2024-02-13T03:52:21.940 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-13T03:52:21.941 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200 --owner scheduled_lflores@teuthology --name lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --verbose --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/orig.config.yaml 2024-02-13T03:52:21.976 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T03:52:22.061 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200 branch: wip-yuri10-testing-2024-02-08-0854-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: '7557200' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 owner: scheduled_lflores@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFcL7ArSb/7JZqFSkBzR5K9LFFyRhFdso+84cHp2oT+xazK/Fd/asBaAREghZ9Bvogoh4thErJ73r2y08J73HDs= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIMdRdNNGzsNMETiLPc17l92jGRCougoUtUJbl+bsxeOdy6tIdTJl2r2TRoXo5N8wmZEYqvUhlc3+CVpcXmJVNM= 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-12_21:56:27 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-13T03:52:22.062 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa; will attempt to use it 2024-02-13T03:52:22.062 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks 2024-02-13T03:52:22.062 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-13T03:52:22.064 INFO:teuthology.task.internal:Checking packages... 2024-02-13T03:52:22.091 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-13T03:52:22.091 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-13T03:52:22.091 INFO:teuthology.packaging:ref: None 2024-02-13T03:52:22.091 INFO:teuthology.packaging:tag: None 2024-02-13T03:52:22.091 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:52:22.091 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:52:22.092 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:52:22.233 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-13T03:52:22.234 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-13T03:52:22.240 INFO:teuthology.task.internal:no buildpackages task found 2024-02-13T03:52:22.240 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-13T03:52:22.247 INFO:teuthology.task.internal:Saving configuration 2024-02-13T03:52:22.260 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-13T03:52:22.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T03:52:22.288 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200', '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-13 03:47:23.585664', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFcL7ArSb/7JZqFSkBzR5K9LFFyRhFdso+84cHp2oT+xazK/Fd/asBaAREghZ9Bvogoh4thErJ73r2y08J73HDs='} 2024-02-13T03:52:22.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200', '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-13 03:47:23.584325', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIMdRdNNGzsNMETiLPc17l92jGRCougoUtUJbl+bsxeOdy6tIdTJl2r2TRoXo5N8wmZEYqvUhlc3+CVpcXmJVNM='} 2024-02-13T03:52:22.308 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-13T03:52:22.313 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-13T03:52:22.313 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-13T03:52:22.313 INFO:teuthology.run_tasks:Running task console_log... 2024-02-13T03:52:22.441 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f207b721f70>, signals=[15]) 2024-02-13T03:52:22.441 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-13T03:52:22.447 INFO:teuthology.task.internal:Opening connections... 2024-02-13T03:52:22.447 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T03:52:22.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:52:22.527 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-02-13T03:52:22.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:52:22.601 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-13T03:52:22.607 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-02-13T03:52:22.631 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-02-13T03:52:22.631 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="CentOS Stream" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="8" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:ID="centos" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="rhel fedora" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="8" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el8" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://centos.org/" 2024-02-13T03:52:22.694 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T03:52:22.695 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T03:52:22.695 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-13T03:52:22.695 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-02-13T03:52:22.748 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-02-13T03:52:22.770 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-02-13T03:52:22.771 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2024-02-13T03:52:22.832 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T03:52:22.833 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-13T03:52:22.833 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-02-13T03:52:22.863 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-13T03:52:22.871 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-13T03:52:22.876 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-13T03:52:22.876 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:52:22.879 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:52:22.899 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-13T03:52:22.905 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-13T03:52:22.905 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:52:22.941 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:52:22.968 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-13T03:52:23.026 INFO:teuthology.run_tasks:Running task kernel... 2024-02-13T03:52:23.042 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-13T03:52:23.042 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-13T03:52:23.042 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:52:23.043 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:52:23.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:52:23.064 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-02-13T03:52:23.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:52:23.065 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-02-13T03:52:23.125 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-489.el8.x86_64 2024-02-13T03:52:23.125 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-489.el8.x86_64 2024-02-13T03:52:23.125 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-02-13T03:52:23.127 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-489.el8.x86_64 2024-02-13T03:52:23.127 INFO:teuthology.task.kernel:Running kernel on smithi038: 4.18.0-489.el8.x86_64 2024-02-13T03:52:23.128 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2024-02-13T03:52:30.461 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - AppStream 5.7 MB/s | 27 MB 00:04 2024-02-13T03:52:30.505 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - AppStream 5.9 MB/s | 27 MB 00:04 2024-02-13T03:52:35.819 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 10 MB 00:00 2024-02-13T03:52:36.064 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 10 MB 00:00 2024-02-13T03:52:37.611 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras 93 kB/s | 18 kB 00:00 2024-02-13T03:52:37.940 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - Extras 95 kB/s | 18 kB 00:00 2024-02-13T03:52:38.104 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-02-13T03:52:38.371 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-02-13T03:52:38.591 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2024-02-13T03:52:38.884 INFO:teuthology.orchestra.run.smithi038.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2024-02-13T03:52:39.356 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-02-13T03:52:43.131 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 454 kB/s | 24 kB 00:00 2024-02-13T03:52:45.995 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-13T03:52:45.995 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-13T03:52:46.114 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-13T03:52:46.115 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout:Install 3 Packages 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:52:46.116 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 90 M 2024-02-13T03:52:46.117 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 96 M 2024-02-13T03:52:46.117 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-02-13T03:52:46.483 INFO:teuthology.orchestra.run.smithi192.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 32 MB/s | 10 MB 00:00 2024-02-13T03:52:47.608 INFO:teuthology.orchestra.run.smithi192.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2024-02-13T03:52:48.366 INFO:teuthology.orchestra.run.smithi192.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 20 MB/s | 44 MB 00:02 2024-02-13T03:52:48.366 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-02-13T03:52:48.367 INFO:teuthology.orchestra.run.smithi192.stdout:Total 40 MB/s | 90 MB 00:02 2024-02-13T03:52:49.048 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-02-13T03:52:49.479 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-02-13T03:52:49.479 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-02-13T03:52:50.712 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-02-13T03:52:50.738 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-02-13T03:52:53.501 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-02-13T03:52:53.970 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:52:55.385 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 16 MB 00:16 2024-02-13T03:52:57.508 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:52:57.911 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:52:59.366 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 470 kB/s | 24 kB 00:00 2024-02-13T03:53:01.350 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:53:01.618 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:02.447 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-13T03:53:02.447 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-13T03:53:02.562 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T03:53:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:Install 3 Packages 2024-02-13T03:53:02.564 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:02.564 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 90 M 2024-02-13T03:53:02.564 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 96 M 2024-02-13T03:53:02.564 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-02-13T03:53:03.327 INFO:teuthology.orchestra.run.smithi038.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2024-02-13T03:53:03.910 INFO:teuthology.orchestra.run.smithi038.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 32 MB/s | 36 MB 00:01 2024-02-13T03:53:04.544 INFO:teuthology.orchestra.run.smithi038.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 25 MB/s | 44 MB 00:01 2024-02-13T03:53:04.544 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-02-13T03:53:04.544 INFO:teuthology.orchestra.run.smithi038.stdout:Total 46 MB/s | 90 MB 00:01 2024-02-13T03:53:05.255 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-02-13T03:53:05.699 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-02-13T03:53:05.699 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-02-13T03:53:07.000 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-02-13T03:53:07.014 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-02-13T03:53:09.962 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-02-13T03:53:10.469 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:53:14.242 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:53:14.660 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:53:18.335 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:53:18.623 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:23.527 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:23.550 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:23.889 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:23.890 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:53:23.890 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:53:24.324 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-02-13T03:53:24.473 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:53:24.694 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-13T03:53:24.694 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-13T03:53:24.694 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-13T03:53:24.694 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T03:53:24.694 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T03:53:24.695 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-13T03:53:24.695 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T03:53:24.695 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:53:24.904 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-13T03:53:24.905 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-13T03:53:24.905 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2024-02-13T03:53:24.938 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2024-02-13T03:53:24.938 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.02 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 129.el8 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Group : System Environment/Base 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 9265586 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Relocations : (not relocatable) 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : CentOS BuildSystem 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2024-02-13T03:53:24.939 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T03:53:24.940 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2024-02-13T03:53:24.941 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-13T03:53:24.941 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 4.18.0-536.el8.x86_64 2024-02-13T03:53:24.941 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-13T03:53:26.723 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-02-13T03:53:28.645 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-02-13T03:53:28.647 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-02-13T03:53:28.672 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.qBXyc5nYl3 2024-02-13T03:53:28.673 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qBXyc5nYl3 2024-02-13T03:53:28.761 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.qBXyc5nYl3 2024-02-13T03:53:28.869 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.qBXyc5nYl3 is 6KB 2024-02-13T03:53:28.919 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.qBXyc5nYl3 2024-02-13T03:53:28.936 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2024-02-13T03:53:29.010 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-13T03:53:29.010 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-13T03:53:29.010 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-13T03:53:29.010 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-13T03:53:29.012 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-13T03:53:29.188 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-02-13T03:53:42.073 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:42.097 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:42.483 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:42.483 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-13T03:53:42.483 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-13T03:53:42.990 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-13T03:53:42.990 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:42.990 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-02-13T03:53:42.990 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-13T03:53:42.991 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-13T03:53:42.991 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:42.991 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-13T03:53:43.166 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:53:43.397 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-13T03:53:43.397 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-13T03:53:43.397 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-13T03:53:43.397 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T03:53:43.397 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T03:53:43.397 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-13T03:53:43.397 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T03:53:43.397 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:53:43.618 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-13T03:53:43.618 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-13T03:53:43.618 DEBUG:teuthology.orchestra.run.smithi038:> sudo rpm -qi grub2-tools 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Name : grub2-tools 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Epoch : 1 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Version : 2.02 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Release : 129.el8 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: x86_64 2024-02-13T03:53:43.652 INFO:teuthology.orchestra.run.smithi038.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Group : System Environment/Base 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Size : 9265586 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:License : GPLv3+ 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Relocations : (not relocatable) 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Packager : CentOS BuildSystem 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Vendor : CentOS 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Summary : Support tools for GRUB. 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:Description : 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-13T03:53:43.653 INFO:teuthology.orchestra.run.smithi038.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-13T03:53:43.654 INFO:teuthology.orchestra.run.smithi038.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-13T03:53:43.654 INFO:teuthology.orchestra.run.smithi038.stdout:hardware devices. 2024-02-13T03:53:43.654 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T03:53:43.654 INFO:teuthology.orchestra.run.smithi038.stdout:This subpackage provides tools for support of all platforms. 2024-02-13T03:53:43.654 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-13T03:53:43.655 INFO:teuthology.task.kernel:Updating grub on smithi038 to boot 4.18.0-536.el8.x86_64 2024-02-13T03:53:43.655 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-13T03:53:45.195 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2024-02-13T03:53:47.450 INFO:teuthology.orchestra.run.smithi038.stderr:done 2024-02-13T03:53:47.452 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2024-02-13T03:53:47.479 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.9r9IrF30aJ 2024-02-13T03:53:47.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9r9IrF30aJ 2024-02-13T03:53:47.551 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.9r9IrF30aJ 2024-02-13T03:53:47.706 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.9r9IrF30aJ is 6KB 2024-02-13T03:53:47.755 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.9r9IrF30aJ 2024-02-13T03:53:47.773 DEBUG:teuthology.orchestra.run.smithi038:> sudo /bin/ls /boot/loader/entries || true 2024-02-13T03:53:47.845 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-13T03:53:47.845 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-13T03:53:47.845 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-13T03:53:47.845 INFO:teuthology.orchestra.run.smithi038.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-13T03:53:47.846 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-13T03:53:47.993 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2024-02-13T03:53:59.200 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-13T03:53:59.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T03:53:59.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:54:17.536 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-02-13T03:54:17.996 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-13T03:54:17.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T03:54:17.997 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:54:26.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T03:54:26.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:54:29.628 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-02-13T03:54:36.476 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2024-02-13T03:54:41.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T03:54:41.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:54:45.480 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T03:54:45.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:55:13.710 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-02-13T03:55:13.995 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T03:55:13.995 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-13T03:55:13.995 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-02-13T03:55:14.012 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-536.el8.x86_64 2024-02-13T03:55:14.012 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-13T03:55:14.012 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T03:55:14.013 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-13T03:55:15.014 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-13T03:55:15.014 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:55:15.088 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-02-13T03:55:15.102 DEBUG:teuthology.parallel:result is None 2024-02-13T03:55:45.483 DEBUG:teuthology.orchestra.remote:timed out 2024-02-13T03:55:57.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T03:55:57.486 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:55:57.909 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-02-13T03:55:58.202 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T03:55:58.202 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-13T03:55:58.203 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-02-13T03:55:58.222 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-536.el8.x86_64 2024-02-13T03:55:58.223 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-13T03:55:58.223 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T03:55:58.223 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-13T03:55:59.224 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-13T03:55:59.224 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:55:59.296 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-02-13T03:55:59.311 DEBUG:teuthology.parallel:result is None 2024-02-13T03:55:59.311 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-13T03:55:59.318 INFO:teuthology.task.internal:Creating test directory... 2024-02-13T03:55:59.318 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:55:59.320 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:55:59.343 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-13T03:55:59.350 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-13T03:55:59.357 INFO:teuthology.task.internal:Creating archive directory... 2024-02-13T03:55:59.358 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:55:59.384 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:55:59.420 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-13T03:55:59.426 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-13T03:55:59.426 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T03:55:59.458 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T03:55:59.494 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:55:59.496 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:55:59.505 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:55:59.508 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:55:59.509 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-13T03:55:59.517 INFO:teuthology.task.internal:Configuring sudo... 2024-02-13T03:55:59.517 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:55:59.552 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:55:59.582 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-13T03:55:59.592 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-13T03:55:59.592 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:55:59.624 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:55:59.643 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:55:59.731 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:55:59.778 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:55:59.867 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:55:59.909 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T03:55:59.909 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:55:59.979 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:56:00.030 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:56:00.090 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:56:00.136 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:56:00.181 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T03:56:00.181 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:56:00.248 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-02-13T03:56:00.250 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-02-13T03:56:00.309 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:56:00.349 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:56:00.763 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-13T03:56:00.772 INFO:teuthology.task.internal:Starting timer... 2024-02-13T03:56:00.772 INFO:teuthology.run_tasks:Running task pcp... 2024-02-13T03:56:00.784 INFO:teuthology.run_tasks:Running task selinux... 2024-02-13T03:56:00.793 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-13T03:56:00.794 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2024-02-13T03:56:00.912 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2024-02-13T03:56:00.914 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-02-13T03:56:00.987 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-02-13T03:56:00.989 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-13T03:56:00.989 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2024-02-13T03:56:01.035 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2024-02-13T03:56:01.036 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-02-13T03:56:01.087 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-02-13T03:56:01.088 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-02-13T03:56:01.088 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T03:56:01.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:56:01.118 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T03:56:01.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:56:01.146 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-13T03:56:01.146 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2024-02-13T03:56:01.188 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-02-13T03:56:01.216 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-13T03:56:01.227 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-13T03:56:01.243 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-13T03:56:01.245 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-13T04:02:01.015 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-02-13T04:02:01.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T04:02:01.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T04:02:01.095 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-02-13T04:02:01.164 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-13T04:02:01.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T04:02:01.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T04:02:01.239 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-02-13T04:02:01.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-02-13T04:02:01.308 INFO:teuthology.run_tasks:Running task clock... 2024-02-13T04:02:01.321 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-13T04:02:01.322 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T04:02:01.322 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:01.325 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T04:02:01.325 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:01.358 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T04:02:01.374 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T04:02:01.380 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T04:02:01.394 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T04:02:01.450 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2024-02-13T04:02:01.456 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-02-13T04:02:01.462 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2024-02-13T04:02:01.466 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-02-13T04:02:01.476 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T04:02:01.479 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T04:02:01.490 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T04:02:01.492 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T04:02:01.562 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.566 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.576 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2024-02-13T04:02:01.580 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T04:02:01.580 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-02-13T04:02:01.580 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.580 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.581 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.581 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:02:01.581 INFO:teuthology.run_tasks:Running task pexec... 2024-02-13T04:02:01.590 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-13T04:02:01.590 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:02:01.591 DEBUG:teuthology.orchestra.run.smithi038:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T04:02:01.591 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-02-13T04:02:01.591 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T04:02:02.391 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:30 ago on Tue 13 Feb 2024 04:00:32 AM UTC. 2024-02-13T04:02:02.442 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:28 ago on Tue 13 Feb 2024 04:00:34 AM UTC. 2024-02-13T04:02:04.303 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-02-13T04:02:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:04.305 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:04.561 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-02-13T04:02:04.571 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout:Resetting modules: 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-13T04:02:04.572 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:04.573 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:04.832 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-13T04:02:05.403 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:33 ago on Tue 13 Feb 2024 04:00:32 AM UTC. 2024-02-13T04:02:05.725 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:31 ago on Tue 13 Feb 2024 04:00:34 AM UTC. 2024-02-13T04:02:07.366 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-02-13T04:02:07.401 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:07.401 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-02-13T04:02:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools rhel8 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-02-13T04:02:07.403 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:07.404 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 27 M 2024-02-13T04:02:07.404 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 91 M 2024-02-13T04:02:07.404 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-02-13T04:02:07.847 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-13T04:02:07.885 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:07.885 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-02-13T04:02:07.885 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:07.885 INFO:teuthology.orchestra.run.smithi038.stdout:Installing group/module packages: 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-13T04:02:07.886 INFO:teuthology.orchestra.run.smithi038.stdout:Installing weak dependencies: 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout:Installing module profiles: 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools/common 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout:Enabling module streams: 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools rhel8 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout:Install 13 Packages 2024-02-13T04:02:07.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:07.888 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 27 M 2024-02-13T04:02:07.888 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 91 M 2024-02-13T04:02:07.888 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-02-13T04:02:08.214 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 1.2 MB/s | 759 kB 00:00 2024-02-13T04:02:08.289 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.5 MB/s | 1.0 MB 00:00 2024-02-13T04:02:08.323 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 349 kB/s | 38 kB 00:00 2024-02-13T04:02:08.406 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.1 MB/s | 248 kB 00:00 2024-02-13T04:02:08.531 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.4 MB/s | 179 kB 00:00 2024-02-13T04:02:08.648 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2024-02-13T04:02:08.757 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 866 kB/s | 94 kB 00:00 2024-02-13T04:02:08.883 INFO:teuthology.orchestra.run.smithi038.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 947 kB/s | 759 kB 00:00 2024-02-13T04:02:09.000 INFO:teuthology.orchestra.run.smithi038.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 325 kB/s | 38 kB 00:00 2024-02-13T04:02:09.033 INFO:teuthology.orchestra.run.smithi038.stdout:(3/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.1 MB/s | 1.0 MB 00:00 2024-02-13T04:02:09.066 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 5.3 MB/s | 4.0 MB 00:00 2024-02-13T04:02:09.193 INFO:teuthology.orchestra.run.smithi038.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 1.3 MB/s | 248 kB 00:00 2024-02-13T04:02:09.392 INFO:teuthology.orchestra.run.smithi038.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 897 kB/s | 179 kB 00:00 2024-02-13T04:02:09.501 INFO:teuthology.orchestra.run.smithi038.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-02-13T04:02:09.582 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 4.9 MB/s | 9.7 MB 00:01 2024-02-13T04:02:09.610 INFO:teuthology.orchestra.run.smithi038.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 868 kB/s | 94 kB 00:00 2024-02-13T04:02:09.641 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 4.4 MB/s | 2.5 MB 00:00 2024-02-13T04:02:09.691 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 486 kB/s | 53 kB 00:00 2024-02-13T04:02:09.741 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-02-13T04:02:10.200 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 6.1 MB/s | 8.8 MB 00:01 2024-02-13T04:02:10.201 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-02-13T04:02:10.201 INFO:teuthology.orchestra.run.smithi192.stdout:Total 9.8 MB/s | 27 MB 00:02 2024-02-13T04:02:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-02-13T04:02:10.495 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-02-13T04:02:10.495 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-02-13T04:02:10.758 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-02-13T04:02:10.761 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-02-13T04:02:11.376 INFO:teuthology.orchestra.run.smithi038.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 1.7 MB/s | 4.0 MB 00:02 2024-02-13T04:02:11.452 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-02-13T04:02:11.676 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T04:02:11.744 INFO:teuthology.orchestra.run.smithi038.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 2.6 MB/s | 9.7 MB 00:03 2024-02-13T04:02:11.839 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-13T04:02:11.852 INFO:teuthology.orchestra.run.smithi038.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 487 kB/s | 53 kB 00:00 2024-02-13T04:02:11.969 INFO:teuthology.orchestra.run.smithi038.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2024-02-13T04:02:12.040 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-13T04:02:12.266 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T04:02:12.519 INFO:teuthology.orchestra.run.smithi038.stdout:(12/13): skopeo-1.14.0-2.module_el8+804+f131391 3.0 MB/s | 8.8 MB 00:02 2024-02-13T04:02:12.794 INFO:teuthology.orchestra.run.smithi038.stdout:(13/13): toolbox-0.0.99.4-8.module_el8+804+f131 1.8 MB/s | 2.5 MB 00:01 2024-02-13T04:02:12.795 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-02-13T04:02:12.795 INFO:teuthology.orchestra.run.smithi038.stdout:Total 5.6 MB/s | 27 MB 00:04 2024-02-13T04:02:12.840 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-13T04:02:13.075 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-02-13T04:02:13.098 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-02-13T04:02:13.098 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-02-13T04:02:13.370 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-02-13T04:02:13.373 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-02-13T04:02:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-13T04:02:14.075 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-02-13T04:02:14.075 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-13T04:02:14.286 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-13T04:02:14.301 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T04:02:14.471 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-13T04:02:14.551 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-13T04:02:14.655 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-13T04:02:14.871 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T04:02:14.971 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-13T04:02:15.477 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-13T04:02:15.891 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-13T04:02:16.111 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-13T04:02:16.312 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-13T04:02:16.492 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-13T04:02:16.737 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-13T04:02:16.738 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T04:02:16.751 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-13T04:02:16.950 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-13T04:02:17.166 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-13T04:02:17.248 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T04:02:17.248 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-13T04:02:17.249 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T04:02:17.250 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:02:17.250 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-02-13T04:02:17.504 DEBUG:teuthology.parallel:result is None 2024-02-13T04:02:17.553 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-13T04:02:18.521 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-13T04:02:18.702 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-13T04:02:18.869 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-13T04:02:19.315 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-13T04:02:19.316 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-13T04:02:19.316 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-13T04:02:19.316 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-13T04:02:19.316 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-13T04:02:19.316 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.850 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-13T04:02:19.851 INFO:teuthology.orchestra.run.smithi038.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-13T04:02:19.851 INFO:teuthology.orchestra.run.smithi038.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T04:02:19.851 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:02:19.851 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-13T04:02:20.162 DEBUG:teuthology.parallel:result is None 2024-02-13T04:02:20.162 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-13T04:02:20.172 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-13T04:02:20.173 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:02:20.173 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:02:20.190 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-13T04:02:20.191 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 168096 Links: 1 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:02:19.025039434 +0000 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:01:24.378946611 +0000 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:01:24.378946611 +0000 2024-02-13T04:02:20.249 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:02:20.249 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T04:02:20.315 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:02:20.315 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:02:20.315 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000319599 s, 1.6 MB/s 2024-02-13T04:02:20.316 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T04:02:20.375 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2024-02-13T04:02:20.432 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T04:02:20.432 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:20.432 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 169312 Links: 1 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:02:19.025039434 +0000 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:01:24.722940196 +0000 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:01:24.722940196 +0000 2024-02-13T04:02:20.433 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:02:20.433 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T04:02:20.499 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:02:20.499 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:02:20.499 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000267365 s, 1.9 MB/s 2024-02-13T04:02:20.500 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T04:02:20.559 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 165327 Links: 1 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:02:19.026039415 +0000 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:01:25.079933539 +0000 2024-02-13T04:02:20.618 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:01:25.079933539 +0000 2024-02-13T04:02:20.619 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:02:20.619 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T04:02:20.684 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:02:20.684 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:02:20.684 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000318981 s, 1.6 MB/s 2024-02-13T04:02:20.685 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T04:02:20.744 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 166559 Links: 1 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:02:19.026039415 +0000 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:01:25.444926732 +0000 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:01:25.444926732 +0000 2024-02-13T04:02:20.802 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:02:20.803 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T04:02:20.868 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:02:20.868 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:02:20.868 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000268417 s, 1.9 MB/s 2024-02-13T04:02:20.869 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T04:02:20.927 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:21.158 INFO:teuthology.orchestra.run.smithi038.stdout:loop 2024-02-13T04:02:21.159 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-02-13T04:02:21.160 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:21.196 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-13T04:02:21.230 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_11 2024-02-13T04:02:21.269 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-02-13T04:02:21.269 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:21.347 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-13T04:02:21.381 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_21 2024-02-13T04:02:21.419 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-02-13T04:02:21.419 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:21.494 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-13T04:02:21.528 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_31 2024-02-13T04:02:21.566 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-02-13T04:02:21.566 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:02:21.647 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-13T04:02:21.681 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_41 2024-02-13T04:02:21.718 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:02:21.719 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:02:21.775 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme list 2024-02-13T04:02:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T04:02:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T04:02:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme0n1 BTLE736103BB4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-02-13T04:02:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme1n1 00b1d5e49e5e7e927685 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:21.841 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme2n1 f09f2ba3154a80f265a3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:21.842 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme3n1 215b6fea446d3eb8821a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:21.842 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme4n1 276e53d614255a64a2ec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:21.842 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T04:02:21.842 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:02:21.843 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-02-13T04:02:21.910 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:02:21.910 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:02:21.933 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-13T04:02:21.933 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-02-13T04:02:21.995 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T04:02:21.995 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:21.995 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 166466 Links: 1 2024-02-13T04:02:21.995 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:21.995 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:21.996 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:02:16.453906124 +0000 2024-02-13T04:02:21.996 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:01:24.369289625 +0000 2024-02-13T04:02:21.996 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:01:24.369289625 +0000 2024-02-13T04:02:21.996 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:02:21.996 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T04:02:22.066 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:02:22.066 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:02:22.066 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000272117 s, 1.9 MB/s 2024-02-13T04:02:22.067 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T04:02:22.128 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 167136 Links: 1 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:02:16.453906124 +0000 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:01:24.699283290 +0000 2024-02-13T04:02:22.188 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:01:24.699283290 +0000 2024-02-13T04:02:22.189 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:02:22.189 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T04:02:22.256 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:02:22.257 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:02:22.257 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.00026385 s, 1.9 MB/s 2024-02-13T04:02:22.258 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T04:02:22.317 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 170136 Links: 1 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:02:16.453906124 +0000 2024-02-13T04:02:22.376 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:01:25.045276647 +0000 2024-02-13T04:02:22.377 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:01:25.045276647 +0000 2024-02-13T04:02:22.377 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:02:22.377 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T04:02:22.443 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:02:22.444 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:02:22.444 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000203431 s, 2.5 MB/s 2024-02-13T04:02:22.445 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T04:02:22.505 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 166540 Links: 1 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:02:16.453906124 +0000 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:01:25.386270100 +0000 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:01:25.386270100 +0000 2024-02-13T04:02:22.564 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:02:22.565 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T04:02:22.630 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:02:22.630 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:02:22.630 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000247 s, 2.1 MB/s 2024-02-13T04:02:22.631 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T04:02:22.690 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:22.801 INFO:teuthology.orchestra.run.smithi192.stdout:loop 2024-02-13T04:02:22.802 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_1... 2024-02-13T04:02:22.803 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:22.837 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-02-13T04:02:22.870 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_11 2024-02-13T04:02:22.909 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_2... 2024-02-13T04:02:22.909 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:22.985 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-02-13T04:02:23.018 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_21 2024-02-13T04:02:23.055 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_3... 2024-02-13T04:02:23.056 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:23.129 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-02-13T04:02:23.162 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_31 2024-02-13T04:02:23.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi192:/dev/vg_nvme/lv_4... 2024-02-13T04:02:23.199 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:02:23.276 INFO:teuthology.orchestra.run.smithi192.stdout:1 2024-02-13T04:02:23.309 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/vg_nvme/lv_41 2024-02-13T04:02:23.346 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:02:23.347 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:02:23.402 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme list 2024-02-13T04:02:23.468 INFO:teuthology.orchestra.run.smithi192.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T04:02:23.468 INFO:teuthology.orchestra.run.smithi192.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T04:02:23.469 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme0n1 PHFT620500NN400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-13T04:02:23.469 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme1n1 2f7f134aab99966fe847 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:23.469 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme2n1 49e9ac7c7f9333c817d9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:23.469 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme3n1 20838d116e203709c662 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:23.469 INFO:teuthology.orchestra.run.smithi192.stdout:/dev/nvme4n1 824af580f2c5411fd803 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T04:02:23.470 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T04:02:23.470 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:02:23.470 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/scratch_devs 2024-02-13T04:02:23.536 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-13T04:02:23.609 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-13T04:02:23.609 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T04:02:23.610 INFO:tasks.cephadm:Cluster fsid is b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:02:23.610 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-13T04:02:23.610 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-13T04:02:23.610 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi038': '172.21.15.38', 'mon.smithi192': '172.21.15.192'} 2024-02-13T04:02:23.610 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-13T04:02:23.611 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2024-02-13T04:02:23.644 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-02-13T04:02:23.672 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 0e714d9a4bd2a821113e6318adb87bd06cf81ec1)... 2024-02-13T04:02:23.672 DEBUG:teuthology.orchestra.run.smithi038:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T04:02:23.706 INFO:teuthology.orchestra.run.smithi038.stderr:Cloning into 'testrepo'... 2024-02-13T04:03:36.380 INFO:teuthology.orchestra.run.smithi038.stderr:Updating files: 97% (11957/12222) Updating files: 98% (11978/12222) Updating files: 99% (12100/12222) Updating files: 100% (12222/12222) Updating files: 100% (12222/12222), done. 2024-02-13T04:03:36.416 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 13 04:03 /home/ubuntu/cephtest/cephadm 2024-02-13T04:03:36.416 DEBUG:teuthology.orchestra.run.smithi192:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T04:03:36.440 INFO:teuthology.orchestra.run.smithi192.stderr:Cloning into 'testrepo'... 2024-02-13T04:04:44.431 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 13 04:04 /home/ubuntu/cephtest/cephadm 2024-02-13T04:04:44.432 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T04:04:44.458 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T04:04:44.498 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2024-02-13T04:04:44.533 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-02-13T04:04:44.561 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2024-02-13T04:04:44.604 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-02-13T04:04:44.631 INFO:tasks.cephadm:Writing seed config... 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-13T04:04:44.632 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-13T04:04:44.633 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:04:44.633 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-13T04:04:44.664 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = b13a927a-ca24-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-13T04:04:44.664 DEBUG:teuthology.orchestra.run.smithi038:mon.smithi038> sudo journalctl -f -n 0 -u ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service 2024-02-13T04:04:44.706 INFO:tasks.cephadm:Bootstrapping... 2024-02-13T04:04:44.706 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -v bootstrap --fsid b13a927a-ca24-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.38 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:04:44.736 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:-- Logs begin at Tue 2024-02-13 03:55:11 UTC. -- 2024-02-13T04:04:44.999 INFO:teuthology.orchestra.run.smithi038.stderr:-------------------------------------------------------------------------------- 2024-02-13T04:04:44.999 INFO:teuthology.orchestra.run.smithi038.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1', '-v', 'bootstrap', '--fsid', 'b13a927a-ca24-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.38', '--skip-admin-label'] 2024-02-13T04:04:45.966 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 4.8.3 2024-02-13T04:04:45.977 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying podman|docker is present... 2024-02-13T04:04:46.003 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 4.8.3 2024-02-13T04:04:46.014 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying lvm2 is present... 2024-02-13T04:04:46.014 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying time synchronization is in place... 2024-02-13T04:04:46.021 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T04:04:46.028 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:04:46.035 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-02-13T04:04:46.042 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-02-13T04:04:46.043 INFO:teuthology.orchestra.run.smithi038.stderr:Unit chronyd.service is enabled and running 2024-02-13T04:04:46.043 INFO:teuthology.orchestra.run.smithi038.stderr:Repeating the final host check... 2024-02-13T04:04:46.065 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 4.8.3 2024-02-13T04:04:46.076 INFO:teuthology.orchestra.run.smithi038.stderr:podman (/bin/podman) version 4.8.3 is present 2024-02-13T04:04:46.076 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl is present 2024-02-13T04:04:46.076 INFO:teuthology.orchestra.run.smithi038.stderr:lvcreate is present 2024-02-13T04:04:46.082 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T04:04:46.088 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:04:46.095 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-02-13T04:04:46.101 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-02-13T04:04:46.102 INFO:teuthology.orchestra.run.smithi038.stderr:Unit chronyd.service is enabled and running 2024-02-13T04:04:46.102 INFO:teuthology.orchestra.run.smithi038.stderr:Host looks OK 2024-02-13T04:04:46.102 INFO:teuthology.orchestra.run.smithi038.stderr:Cluster fsid: b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:04:46.102 INFO:teuthology.orchestra.run.smithi038.stderr:Acquiring lock 140110658896000 on /run/cephadm/b13a927a-ca24-11ee-95b9-87774f69a715.lock 2024-02-13T04:04:46.102 INFO:teuthology.orchestra.run.smithi038.stderr:Lock 140110658896000 acquired on /run/cephadm/b13a927a-ca24-11ee-95b9-87774f69a715.lock 2024-02-13T04:04:46.103 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 3300 ... 2024-02-13T04:04:46.103 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 6789 ... 2024-02-13T04:04:46.103 INFO:teuthology.orchestra.run.smithi038.stderr:Base mon IP(s) is [172.21.15.38:3300, 172.21.15.38:6789], mon addrv is [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-02-13T04:04:46.106 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.38 metric 100 2024-02-13T04:04:46.106 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 metric 100 2024-02-13T04:04:46.109 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-13T04:04:46.109 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-13T04:04:46.109 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1792sec hoplimit 64 pref medium 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15fc/64 scope link 2024-02-13T04:04:46.112 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T04:04:46.113 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-02-13T04:04:46.113 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-02-13T04:04:46.113 INFO:teuthology.orchestra.run.smithi038.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-13T04:04:46.114 INFO:teuthology.orchestra.run.smithi038.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-13T04:04:46.115 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-13T04:04:46.213 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-13T04:04:46.349 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Getting image source signatures 2024-02-13T04:04:46.358 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying blob sha256:955bfa9dba4a4380f93be7209d227ce2b057a09dc4ade787f31ef12d8b977cea 2024-02-13T04:04:46.358 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-13T04:05:14.949 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying config sha256:1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-13T04:05:15.099 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Writing manifest to image destination 2024-02-13T04:05:15.369 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-13T04:05:16.137 INFO:teuthology.orchestra.run.smithi038.stderr:ceph: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T04:05:16.701 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph version: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T04:05:16.701 INFO:teuthology.orchestra.run.smithi038.stderr:Extracting ceph user uid/gid from container image... 2024-02-13T04:05:17.410 INFO:teuthology.orchestra.run.smithi038.stderr:stat: 167 167 2024-02-13T04:05:18.013 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial keys... 2024-02-13T04:05:18.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQB+6splx00UGxAAmRgjBame9Wv/VjOpd0zoUw== 2024-02-13T04:05:19.571 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQB/6spllhF5HBAAGHy2TnBS17dlPAKYxEgs5A== 2024-02-13T04:05:20.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCA6splTtIXIhAAAEUEE3zKttgK3ic3v7labQ== 2024-02-13T04:05:21.229 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial monmap... 2024-02-13T04:05:21.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T04:05:21.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:21.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T04:05:22.329 INFO:teuthology.orchestra.run.smithi038.stderr:monmaptool for smithi038 [v2:172.21.15.38:3300,v1:172.21.15.38:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T04:05:22.329 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: set fsid to b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:22.329 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T04:05:22.329 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:05:22.329 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mon... 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.803+0000 7ff14b041880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.803+0000 7ff14b041880 1 imported monmap: 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: fsid b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: last_changed 2024-02-13T04:05:21.644254+0000 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: created 2024-02-13T04:05:21.644254+0000 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon.smithi038 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.803+0000 7ff14b041880 0 /usr/bin/ceph-mon: set fsid to b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:22.908 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T04:05:22.908 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.908 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T04:05:22.908 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: DB SUMMARY 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 0, files: 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.create_if_missing: 1 2024-02-13T04:05:22.933 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.env: 0x55c0a15f7080 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.fs: Posix File System 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.info_log: 0x55c0a2071380 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.statistics: (nil) 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.use_fsync: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.db_log_dir: 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.write_buffer_manager: 0x55c0a2077980 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.unordered_write: 0 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T04:05:22.936 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.row_cache: None 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.wal_filter: None 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T04:05:22.937 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.max_open_files: -1 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T04:05:22.938 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Compression algorithms supported: 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kZSTD supported: 0 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.804+0000 7ff14b041880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.806+0000 7ff14b041880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000001 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T04:05:22.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.merge_operator: 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_filter: None 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c0a1f87d30) 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-13T04:05:22.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache: 0x55c0a1fbcd10 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-13T04:05:22.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T04:05:22.942 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression: NoCompression 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.num_levels: 7 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T04:05:22.943 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T04:05:22.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T04:05:22.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T04:05:22.948 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.ttl: 2592000 2024-02-13T04:05:22.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.808+0000 7ff14b041880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.809+0000 7ff14b041880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/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-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.809+0000 7ff14b041880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.811+0000 7ff14b041880 4 rocksdb: DB pointer 0x55c0a2085800 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.811+0000 7ff133eb3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.811+0000 7ff133eb3700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.950 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.953 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.954 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:22.955 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T04:05:22.956 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T04:05:22.956 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T04:05:22.956 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.956 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.956 INFO:teuthology.orchestra.run.smithi038.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-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.813+0000 7ff14b041880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.813+0000 7ff14b041880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-13T04:05:22.957 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-13T04:05:22.813+0000 7ff14b041880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi038 for mon.smithi038 2024-02-13T04:05:23.442 INFO:teuthology.orchestra.run.smithi038.stderr:create mon.smithi038 on 2024-02-13T04:05:23.561 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-13T04:05:23.658 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target. 2024-02-13T04:05:23.658 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target. 2024-02-13T04:05:23.880 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service: Unit ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service not loaded. 2024-02-13T04:05:23.887 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target.wants/ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service → /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715@.service. 2024-02-13T04:05:24.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:23 smithi038 systemd[1]: Starting Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715... 2024-02-13T04:05:24.600 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-13T04:05:24.607 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:05:24.608 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-13T04:05:24.608 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T04:05:24.608 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon to start... 2024-02-13T04:05:24.609 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon... 2024-02-13T04:05:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.538327+0000 mon.smithi038 (mon.0) 0 : [INF] mkfs b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.531111+0000 mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-13T04:05:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:24 smithi038 bash[35393]: 11278396731a2c5e8c94fce089745bc3a565a967fcdb3b3515538c7f4cb136db 2024-02-13T04:05:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:24 smithi038 systemd[1]: Started Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715. 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: cluster: 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: id: b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: services: 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi038 (age 0.651544s) 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: data: 2024-02-13T04:05:25.190 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-13T04:05:25.191 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-13T04:05:25.191 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-13T04:05:25.191 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pgs: 2024-02-13T04:05:25.191 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:25.931 INFO:teuthology.orchestra.run.smithi038.stderr:mon is available 2024-02-13T04:05:25.931 INFO:teuthology.orchestra.run.smithi038.stderr:Assimilating anything we can from ceph.conf... 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.537376+0000 mon.smithi038 (mon.0) 2 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.537606+0000 mon.smithi038 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.539516+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] fsmap 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.541411+0000 mon.smithi038 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: cluster 2024-02-13T04:05:24.541807+0000 mon.smithi038 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T04:05:25.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: audit 2024-02-13T04:05:25.188877+0000 mon.smithi038 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/3803822869' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T04:05:26.540 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T04:05:26.541 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T04:05:26.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: audit 2024-02-13T04:05:26.531862+0000 mon.smithi038 (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/1273198729' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T04:05:26.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: audit 2024-02-13T04:05:26.539269+0000 mon.smithi038 (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/1273198729' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-13T04:05:27.205 INFO:teuthology.orchestra.run.smithi038.stderr:Generating new minimal ceph.conf... 2024-02-13T04:05:28.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: audit 2024-02-13T04:05:27.802755+0000 mon.smithi038 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/1987927261' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:05:28.261 INFO:teuthology.orchestra.run.smithi038.stderr:Restarting the monitor... 2024-02-13T04:05:28.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:28 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715... 2024-02-13T04:05:28.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:28 smithi038 bash[35733]: Error: no container with name or ID "ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon.smithi038" found: no such container 2024-02-13T04:05:28.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: debug 2024-02-13T04:05:28.527+0000 7f4eae6e0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi038 -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-13T04:05:29.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35408]: debug 2024-02-13T04:05:28.527+0000 7f4eae6e0700 -1 mon.smithi038@0(leader) e1 *** Got Signal Terminated *** 2024-02-13T04:05:29.405 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:29 smithi038 bash[35770]: ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038 2024-02-13T04:05:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:29 smithi038 systemd[1]: ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service: Succeeded. 2024-02-13T04:05:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:29 smithi038 systemd[1]: Stopped Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715. 2024-02-13T04:05:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:29 smithi038 systemd[1]: Starting Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715... 2024-02-13T04:05:30.169 INFO:teuthology.orchestra.run.smithi038.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.111+0000 7f227ad6f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.111+0000 7f227ad6f880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.111+0000 7f227ad6f880 0 pidfile_write: ignore empty --pid-file 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.115+0000 7f227ad6f880 0 load: jerasure load: lrc load: isa 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T04:05:30.420 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: DB SUMMARY 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 1, files: 000004.sst 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 000006.log size: 87013 ; 2024-02-13T04:05:30.421 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.env: 0x556a56186080 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.fs: Posix File System 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.info_log: 0x556a57142560 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.statistics: (nil) 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.use_fsync: 0 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T04:05:30.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.db_log_dir: 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T04:05:30.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.write_buffer_manager: 0x556a57d8e480 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T04:05:30.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.unordered_write: 0 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.row_cache: None 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.wal_filter: None 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T04:05:30.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T04:05:30.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_open_files: -1 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Compression algorithms supported: 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kZSTD supported: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T04:05:30.427 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000005 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.merge_operator: 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_filter: None 2024-02-13T04:05:30.428 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556a570e7d28) 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cache_index_and_filter_blocks: 1 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: pin_top_level_index_and_filter: 1 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: index_type: 0 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: data_block_index_type: 0 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: index_shortening: 1 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: hash_index_allow_collision: 1 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: checksum: 1 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: no_block_cache: 0 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_cache: 0x556a5711cf10 2024-02-13T04:05:30.429 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_cache_name: BinnedLRUCache 2024-02-13T04:05:30.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_cache_options: 2024-02-13T04:05:30.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: capacity : 536870912 2024-02-13T04:05:30.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: num_shard_bits : 4 2024-02-13T04:05:30.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: strict_capacity_limit : 0 2024-02-13T04:05:30.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: high_pri_pool_ratio: 0.000 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_cache_compressed: (nil) 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: persistent_cache: (nil) 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_size: 4096 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_size_deviation: 10 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_restart_interval: 16 2024-02-13T04:05:30.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: index_block_restart_interval: 1 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: metadata_block_size: 4096 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: partition_filters: 0 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: use_delta_encoding: 1 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: whole_key_filtering: 1 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: verify_compression: 0 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: read_amp_bytes_per_bit: 0 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: format_version: 2 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: enable_index_compression: 1 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: block_align: 0 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T04:05:30.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression: NoCompression 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.num_levels: 7 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T04:05:30.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T04:05:30.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T04:05:30.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T04:05:30.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.ttl: 2592000 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.116+0000 7f227ad6f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.117+0000 7f227ad6f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/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-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.117+0000 7f227ad6f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.117+0000 7f227ad6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707797130118664, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-13T04:05:30.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.117+0000 7f227ad6f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.117+0000 7f227ad6f880 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-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.118+0000 7f227ad6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707797130119532, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83722, "table_properties": {"data_size": 81989, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 76544, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1707797130, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.118+0000 7f227ad6f880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.119+0000 7f227ad6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707797130120471, "job": 1, "event": "recovery_finished"} 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.120+0000 7f227ad6f880 4 rocksdb: DB pointer 0x556a571e5800 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.120+0000 7f2261b60700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.120+0000 7f2261b60700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** DB Stats ** 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.438 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** Compaction Stats [default] ** 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** Compaction Stats [default] ** 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:30.439 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Cumulative compaction: 0.00 GB write, 22.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Interval compaction: 0.00 GB write, 22.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** Compaction Stats [default] ** 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:30.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** Compaction Stats [default] ** 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.1 0.00 0.00 1 0.001 0 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T04:05:30.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Cumulative compaction: 0.00 GB write, 22.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.120+0000 7f227ad6f880 0 starting mon.smithi038 rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi038 fsid b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 1 mon.smithi038@-1(???) e1 preinit fsid b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).mds e1 new map 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).mds e1 print_map 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: e1 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: legacy client fscid: -1 2024-02-13T04:05:30.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: No filesystems configured 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.121+0000 7f227ad6f880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:27.802755+0000 mon.smithi038 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/1987927261' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:05:30.122+0000 7f227ad6f880 1 mon.smithi038@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 bash[35894]: b23849f764c08a14f8816e6f2037882e1b3d8d4210388df630a6f9668e8f0a35 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 systemd[1]: Started Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715. 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:30.140049+0000 mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:30.140098+0000 mon.smithi038 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:30.140479+0000 mon.smithi038 (mon.0) 3 : cluster [DBG] fsmap 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:30.140509+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T04:05:30.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:30.140935+0000 mon.smithi038 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T04:05:31.409 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-13T04:05:31.409 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:05:31.409 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mgr... 2024-02-13T04:05:31.410 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying port 9283 ... 2024-02-13T04:05:31.550 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mgr.smithi038.gyuhij.service: Unit ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mgr.smithi038.gyuhij.service not loaded. 2024-02-13T04:05:31.556 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715.target.wants/ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mgr.smithi038.gyuhij.service → /etc/systemd/system/ceph-b13a927a-ca24-11ee-95b9-87774f69a715@.service. 2024-02-13T04:05:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:30.821957+0000 mon.smithi038 (mon.0) 6 : audit [INF] from='client.? 172.21.15.38:0/732976175' entity='client.admin' 2024-02-13T04:05:32.289 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-13T04:05:32.298 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:05:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-13T04:05:32.299 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T04:05:32.307 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-13T04:05:32.315 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:05:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-13T04:05:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-13T04:05:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr to start... 2024-02-13T04:05:32.316 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr... 2024-02-13T04:05:32.964 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "b13a927a-ca24-11ee-95b9-87774f69a715", 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-13T04:05:32.965 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T04:05:32.966 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T04:05:32.970 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:32.971 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-13T04:05:24.538692+0000", 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T04:05:32.972 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:05:33.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:32.962500+0000 mon.smithi038 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/1687914921' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T04:05:33.547 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (1/15)... 2024-02-13T04:05:36.243 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:36.243 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:05:36.243 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "b13a927a-ca24-11ee-95b9-87774f69a715", 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:36.244 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T04:05:36.245 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:36.246 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T04:05:36.247 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:36.248 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-13T04:05:24.538692+0000", 2024-02-13T04:05:36.248 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:36.248 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:36.248 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T04:05:36.248 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:05:36.571 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:36.237615+0000 mon.smithi038 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.38:0/1291330234' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T04:05:36.866 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (2/15)... 2024-02-13T04:05:38.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:37.765218+0000 mon.smithi038 (mon.0) 9 : cluster [INF] Activating manager daemon smithi038.gyuhij 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:37.769544+0000 mon.smithi038 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi038.gyuhij(active, starting, since 0.00441193s) 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.770571+0000 mon.smithi038 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.770793+0000 mon.smithi038 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.770990+0000 mon.smithi038 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.771172+0000 mon.smithi038 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.771389+0000 mon.smithi038 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi038.gyuhij", "id": "smithi038.gyuhij"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:37.785645+0000 mon.smithi038 (mon.0) 16 : cluster [INF] Manager daemon smithi038.gyuhij is now available 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.794234+0000 mon.smithi038 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.800618+0000 mon.smithi038 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/mirror_snapshot_schedule"}]: dispatch 2024-02-13T04:05:38.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.802535+0000 mon.smithi038 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/trash_purge_schedule"}]: dispatch 2024-02-13T04:05:38.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.805771+0000 mon.smithi038 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:38.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:37.807733+0000 mon.smithi038 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.38:0/4254097829' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:39.620 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "b13a927a-ca24-11ee-95b9-87774f69a715", 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-13T04:05:39.621 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T04:05:39.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-13T04:05:24.538692+0000", 2024-02-13T04:05:39.624 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-13T04:05:39.625 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-13T04:05:39.625 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T04:05:39.625 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:05:39.969 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:38.772583+0000 mon.smithi038 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi038.gyuhij(active, since 1.00745s) 2024-02-13T04:05:39.969 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:39.615372+0000 mon.smithi038 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.38:0/1116654255' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T04:05:40.239 INFO:teuthology.orchestra.run.smithi038.stderr:mgr is available 2024-02-13T04:05:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-02-13T04:05:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T04:05:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T04:05:40.935 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T04:05:41.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:39.775336+0000 mon.smithi038 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi038.gyuhij(active, since 2s) 2024-02-13T04:05:41.563 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling cephadm module... 2024-02-13T04:05:42.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:40.933326+0000 mon.smithi038 (mon.0) 25 : audit [INF] from='client.? 172.21.15.38:0/790772782' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T04:05:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:44.498571+0000 mon.smithi038 (mon.0) 26 : audit [INF] from='client.? 172.21.15.38:0/47716438' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-13T04:05:45.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:44.551694+0000 mon.smithi038 (mon.0) 27 : audit [INF] from='client.? 172.21.15.38:0/47716438' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-13T04:05:45.958 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:44.551741+0000 mon.smithi038 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi038.gyuhij(active, since 6s) 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:50.061179+0000 mon.smithi038 (mon.0) 29 : cluster [INF] Active manager daemon smithi038.gyuhij restarted 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:50.061405+0000 mon.smithi038 (mon.0) 30 : cluster [INF] Activating manager daemon smithi038.gyuhij 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:50.068982+0000 mon.smithi038 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:50.069120+0000 mon.smithi038 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi038.gyuhij(active, starting, since 0.00779242s) 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.069872+0000 mon.smithi038 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.070555+0000 mon.smithi038 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi038.gyuhij", "id": "smithi038.gyuhij"}]: dispatch 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.071206+0000 mon.smithi038 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T04:05:50.371 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.071456+0000 mon.smithi038 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T04:05:50.372 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.071708+0000 mon.smithi038 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T04:05:50.372 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:50.073622+0000 mon.smithi038 (mon.0) 38 : cluster [INF] Manager daemon smithi038.gyuhij is now available 2024-02-13T04:05:50.372 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.086029+0000 mon.smithi038 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:51.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:05:50.083435+0000 mgr.smithi038.gyuhij (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-13T04:05:51.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.177485+0000 mon.smithi038 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.178473+0000 mon.smithi038 (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.180262+0000 mon.smithi038 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.182312+0000 mon.smithi038 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.196563+0000 mon.smithi038 (mon.0) 44 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/mirror_snapshot_schedule"}]: dispatch 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:50.199527+0000 mon.smithi038 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/trash_purge_schedule"}]: dispatch 2024-02-13T04:05:51.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:51.066592+0000 mon.smithi038 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi038.gyuhij(active, since 1.00526s) 2024-02-13T04:05:52.411 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:05:52.412 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-13T04:05:52.412 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-13T04:05:52.412 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.gyuhij", 2024-02-13T04:05:52.412 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T04:05:52.412 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:05:52.923 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-02-13T04:05:52.923 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 8... 2024-02-13T04:05:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:05:52.179590+0000 mon.smithi038 (mon.0) 47 : cluster [DBG] mgrmap e8: smithi038.gyuhij(active, since 2s) 2024-02-13T04:05:53.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:52.411861+0000 mon.smithi038 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.38:0/1658865777' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T04:05:53.533 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:05:53.533 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-13T04:05:53.533 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T04:05:53.533 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:05:54.130 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 8 is available 2024-02-13T04:05:54.130 INFO:teuthology.orchestra.run.smithi038.stderr:Setting orchestrator backend to cephadm... 2024-02-13T04:05:54.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:53.520964+0000 mgr.smithi038.gyuhij (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T04:05:54.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:53.526825+0000 mgr.smithi038.gyuhij (mgr.14116) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T04:05:56.189 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: value unchanged 2024-02-13T04:05:56.214 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:54.858784+0000 mgr.smithi038.gyuhij (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-13T04:05:56.215 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:54.867624+0000 mon.smithi038 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:56.215 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:54.912523+0000 mon.smithi038 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:56.833 INFO:teuthology.orchestra.run.smithi038.stderr:Generating ssh key... 2024-02-13T04:05:57.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:56.189037+0000 mgr.smithi038.gyuhij (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:05:59.117 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnwS28s+sGOj53/v1k0CUa4WJ3gTx8ti2xzPbKmtn5EMxr/tZaFfQcmseftmrJdHXDE6PfI3vTkFi4LX+nBuHWUJxB6v5DUy7OVp5MFzxpmuDXYWaZEeEswTOltYEksCmEqHm1oSTCQqpm0DbYrvepN8Kpai/rYzuuGMtus+SMG7dyuyLVpDc3gl+qLkfuTOPl1YRtXfSEK8eYga4Sr9k6fImFUEKNW3N8yTUnPhSagLQYC14LIkXBiasw6DsSmPxrZwIsjbqAJ7/5Mx56QQSYaAEByDIveX9K9ebHh7psqATsWVMLw+kYOscBIOMNoQulkCEmi/O2QiE/vbSclqoCLV/H85w07kNmozhsH5Ypvz6GLlucFvQownfdJA/+/mGuoju7TcOJR9fdyRXrOausPgyp4ke7ICvd3GyS2xoV9vRl5TUdVfh9IeFwLgs4z/UBE66dkDXauJ8/Mm8k09sBcnhDAH3gGyPYIkoH0cjt3/IG4eOHHuakK6zu/VM4Q5U= ceph-b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:05:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:57.600554+0000 mgr.smithi038.gyuhij (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:05:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:05:57.600776+0000 mgr.smithi038.gyuhij (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-13T04:05:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:57.892053+0000 mon.smithi038 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:57.896714+0000 mon.smithi038 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:05:59.714 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-13T04:05:59.714 INFO:teuthology.orchestra.run.smithi038.stderr:Adding key to root@localhost authorized_keys... 2024-02-13T04:05:59.714 INFO:teuthology.orchestra.run.smithi038.stderr:Adding host smithi038... 2024-02-13T04:06:00.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:05:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:05:59.117884+0000 mgr.smithi038.gyuhij (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:01.004 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Added host 'smithi038' with addr '172.21.15.38' 2024-02-13T04:06:01.326 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:00.389137+0000 mgr.smithi038.gyuhij (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "addr": "172.21.15.38", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:01.326 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:01.003307+0000 mon.smithi038 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:01.326 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:01.040028+0000 mon.smithi038 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:06:01.578 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mon service with default placement... 2024-02-13T04:06:02.487 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-13T04:06:02.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:01.003621+0000 mgr.smithi038.gyuhij (mgr.14116) 10 : cephadm [INF] Added host smithi038 2024-02-13T04:06:03.420 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mgr service with default placement... 2024-02-13T04:06:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:02.483230+0000 mgr.smithi038.gyuhij (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:02.484410+0000 mgr.smithi038.gyuhij (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-13T04:06:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:02.486945+0000 mon.smithi038 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:04.623 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-13T04:06:05.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:03.810248+0000 mon.smithi038 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:05.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:04.124899+0000 mon.smithi038 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:04.623757+0000 mon.smithi038 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:05.679 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying crash service with default placement... 2024-02-13T04:06:06.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-13T04:06:06.658 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:04.620433+0000 mgr.smithi038.gyuhij (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:06.659 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:04.621288+0000 mgr.smithi038.gyuhij (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-13T04:06:06.659 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:05.399478+0000 mon.smithi038 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:06.659 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:06.320412+0000 mon.smithi038 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:07.728 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying prometheus service with default placement... 2024-02-13T04:06:07.731 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:06.317017+0000 mgr.smithi038.gyuhij (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:07.731 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:06.317995+0000 mgr.smithi038.gyuhij (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-13T04:06:08.536 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-13T04:06:09.152 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying grafana service with default placement... 2024-02-13T04:06:09.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:08.531385+0000 mgr.smithi038.gyuhij (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:09.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:08.532244+0000 mgr.smithi038.gyuhij (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-13T04:06:09.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:08.536607+0000 mon.smithi038 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:09.939 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-13T04:06:10.491 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying node-exporter service with default placement... 2024-02-13T04:06:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:09.934270+0000 mgr.smithi038.gyuhij (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:09.935096+0000 mgr.smithi038.gyuhij (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-13T04:06:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:09.939218+0000 mon.smithi038 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:10.072742+0000 mgr.smithi038.gyuhij (mgr.14116) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:11.249 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-13T04:06:11.857 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying alertmanager service with default placement... 2024-02-13T04:06:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:11.244517+0000 mgr.smithi038.gyuhij (mgr.14116) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:11.245392+0000 mgr.smithi038.gyuhij (mgr.14116) 23 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-13T04:06:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:11.249610+0000 mon.smithi038 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:12.665 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-13T04:06:13.547 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:12.073161+0000 mgr.smithi038.gyuhij (mgr.14116) 24 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:13.548 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:12.665186+0000 mon.smithi038 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.38:0/3276937464' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:14.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:12.661898+0000 mgr.smithi038.gyuhij (mgr.14116) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:14.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:12.662745+0000 mgr.smithi038.gyuhij (mgr.14116) 26 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-13T04:06:14.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:14.059794+0000 mon.smithi038 (mon.0) 65 : audit [INF] from='client.? 172.21.15.38:0/3709598537' entity='client.admin' 2024-02-13T04:06:15.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:14.073351+0000 mgr.smithi038.gyuhij (mgr.14116) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:16.086 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling the dashboard module... 2024-02-13T04:06:16.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:15.451664+0000 mon.smithi038 (mon.0) 66 : audit [INF] from='client.? 172.21.15.38:0/2741224476' entity='client.admin' 2024-02-13T04:06:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:16.073660+0000 mgr.smithi038.gyuhij (mgr.14116) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:16.849741+0000 mon.smithi038 (mon.0) 67 : audit [INF] from='client.? 172.21.15.38:0/1344952168' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-13T04:06:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:17.464327+0000 mon.smithi038 (mon.0) 68 : audit [INF] from='client.? 172.21.15.38:0/1344952168' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-13T04:06:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:17.464382+0000 mon.smithi038 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi038.gyuhij(active, since 27s) 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.gyuhij", 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T04:06:19.071 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:06:19.659 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-02-13T04:06:19.659 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 9... 2024-02-13T04:06:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:19.071244+0000 mon.smithi038 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.38:0/1642222948' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T04:06:23.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:23.048306+0000 mon.smithi038 (mon.0) 71 : cluster [INF] Active manager daemon smithi038.gyuhij restarted 2024-02-13T04:06:23.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:23.048575+0000 mon.smithi038 (mon.0) 72 : cluster [INF] Activating manager daemon smithi038.gyuhij 2024-02-13T04:06:23.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:23.056220+0000 mon.smithi038 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-13T04:06:23.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:23.056340+0000 mon.smithi038 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi038.gyuhij(active, starting, since 0.00784848s) 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.057357+0000 mon.smithi038 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.057965+0000 mon.smithi038 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi038.gyuhij", "id": "smithi038.gyuhij"}]: dispatch 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.058824+0000 mon.smithi038 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.058943+0000 mon.smithi038 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.059075+0000 mon.smithi038 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T04:06:23.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:23.072705+0000 mon.smithi038 (mon.0) 80 : cluster [INF] Manager daemon smithi038.gyuhij is now available 2024-02-13T04:06:24.064 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-13T04:06:24.064 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-13T04:06:24.064 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T04:06:24.064 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-13T04:06:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.171837+0000 mon.smithi038 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:06:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.173078+0000 mon.smithi038 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:06:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.198436+0000 mon.smithi038 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/mirror_snapshot_schedule"}]: dispatch 2024-02-13T04:06:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:23.201198+0000 mon.smithi038 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/trash_purge_schedule"}]: dispatch 2024-02-13T04:06:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:24.057938+0000 mon.smithi038 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi038.gyuhij(active, since 1.00944s) 2024-02-13T04:06:25.045 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 9 is available 2024-02-13T04:06:25.045 INFO:teuthology.orchestra.run.smithi038.stderr:Generating a dashboard self-signed certificate... 2024-02-13T04:06:25.574 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:24.057665+0000 mgr.smithi038.gyuhij (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T04:06:25.574 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:24.063825+0000 mgr.smithi038.gyuhij (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T04:06:25.574 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:24.449344+0000 mon.smithi038 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:26.120 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-13T04:06:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:25.457348+0000 mon.smithi038 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi038.gyuhij(active, since 2s) 2024-02-13T04:06:26.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:26.113692+0000 mon.smithi038 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:26.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:26.120627+0000 mon.smithi038 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:27.250 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial admin user... 2024-02-13T04:06:27.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:26.025873+0000 mgr.smithi038.gyuhij (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:28.313 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Z2vyj/OKXAXuvdQySdQfeeZRMLIe5lKUkY29hFENvG6ym/1thlGNi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707797188, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-13T04:06:29.015 INFO:teuthology.orchestra.run.smithi038.stderr:Fetching dashboard port number... 2024-02-13T04:06:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:28.047523+0000 mgr.smithi038.gyuhij (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-13T04:06:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:28.309770+0000 mon.smithi038 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:29.761 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 8443 2024-02-13T04:06:30.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:29.317191+0000 mon.smithi038 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi038.gyuhij(active, since 6s) 2024-02-13T04:06:30.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:29.761299+0000 mon.smithi038 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.38:0/653532582' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-13T04:06:30.500 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-13T04:06:30.509 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-13T04:06:30.509 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-13T04:06:30.509 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-13T04:06:30.512 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph Dashboard is now available at: 2024-02-13T04:06:30.512 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:30.513 INFO:teuthology.orchestra.run.smithi038.stderr: URL: https://smithi038.front.sepia.ceph.com:8443/ 2024-02-13T04:06:30.513 INFO:teuthology.orchestra.run.smithi038.stderr: User: admin 2024-02-13T04:06:30.513 INFO:teuthology.orchestra.run.smithi038.stderr: Password: ckk684n717 2024-02-13T04:06:30.513 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:30.513 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling autotune for osd_memory_target 2024-02-13T04:06:32.715 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-13T04:06:33.386 INFO:teuthology.orchestra.run.smithi038.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-13T04:06:33.386 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.386 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:06:33.386 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr:Or, if you are only running a single cluster on this host: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: ceph telemetry on 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr:For more information see: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:06:33.387 INFO:teuthology.orchestra.run.smithi038.stderr:Bootstrap complete. 2024-02-13T04:06:33.425 INFO:tasks.cephadm:Fetching config... 2024-02-13T04:06:33.425 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:06:33.425 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-13T04:06:33.444 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-13T04:06:33.445 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:06:33.445 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-13T04:06:33.504 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-13T04:06:33.504 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:06:33.504 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/keyring of=/dev/stdout 2024-02-13T04:06:33.572 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-13T04:06:33.572 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:06:33.572 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-13T04:06:33.630 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-13T04:06:33.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnwS28s+sGOj53/v1k0CUa4WJ3gTx8ti2xzPbKmtn5EMxr/tZaFfQcmseftmrJdHXDE6PfI3vTkFi4LX+nBuHWUJxB6v5DUy7OVp5MFzxpmuDXYWaZEeEswTOltYEksCmEqHm1oSTCQqpm0DbYrvepN8Kpai/rYzuuGMtus+SMG7dyuyLVpDc3gl+qLkfuTOPl1YRtXfSEK8eYga4Sr9k6fImFUEKNW3N8yTUnPhSagLQYC14LIkXBiasw6DsSmPxrZwIsjbqAJ7/5Mx56QQSYaAEByDIveX9K9ebHh7psqATsWVMLw+kYOscBIOMNoQulkCEmi/O2QiE/vbSclqoCLV/H85w07kNmozhsH5Ypvz6GLlucFvQownfdJA/+/mGuoju7TcOJR9fdyRXrOausPgyp4ke7ICvd3GyS2xoV9vRl5TUdVfh9IeFwLgs4z/UBE66dkDXauJ8/Mm8k09sBcnhDAH3gGyPYIkoH0cjt3/IG4eOHHuakK6zu/VM4Q5U= ceph-b13a927a-ca24-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T04:06:33.707 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnwS28s+sGOj53/v1k0CUa4WJ3gTx8ti2xzPbKmtn5EMxr/tZaFfQcmseftmrJdHXDE6PfI3vTkFi4LX+nBuHWUJxB6v5DUy7OVp5MFzxpmuDXYWaZEeEswTOltYEksCmEqHm1oSTCQqpm0DbYrvepN8Kpai/rYzuuGMtus+SMG7dyuyLVpDc3gl+qLkfuTOPl1YRtXfSEK8eYga4Sr9k6fImFUEKNW3N8yTUnPhSagLQYC14LIkXBiasw6DsSmPxrZwIsjbqAJ7/5Mx56QQSYaAEByDIveX9K9ebHh7psqATsWVMLw+kYOscBIOMNoQulkCEmi/O2QiE/vbSclqoCLV/H85w07kNmozhsH5Ypvz6GLlucFvQownfdJA/+/mGuoju7TcOJR9fdyRXrOausPgyp4ke7ICvd3GyS2xoV9vRl5TUdVfh9IeFwLgs4z/UBE66dkDXauJ8/Mm8k09sBcnhDAH3gGyPYIkoH0cjt3/IG4eOHHuakK6zu/VM4Q5U= ceph-b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:06:33.720 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnwS28s+sGOj53/v1k0CUa4WJ3gTx8ti2xzPbKmtn5EMxr/tZaFfQcmseftmrJdHXDE6PfI3vTkFi4LX+nBuHWUJxB6v5DUy7OVp5MFzxpmuDXYWaZEeEswTOltYEksCmEqHm1oSTCQqpm0DbYrvepN8Kpai/rYzuuGMtus+SMG7dyuyLVpDc3gl+qLkfuTOPl1YRtXfSEK8eYga4Sr9k6fImFUEKNW3N8yTUnPhSagLQYC14LIkXBiasw6DsSmPxrZwIsjbqAJ7/5Mx56QQSYaAEByDIveX9K9ebHh7psqATsWVMLw+kYOscBIOMNoQulkCEmi/O2QiE/vbSclqoCLV/H85w07kNmozhsH5Ypvz6GLlucFvQownfdJA/+/mGuoju7TcOJR9fdyRXrOausPgyp4ke7ICvd3GyS2xoV9vRl5TUdVfh9IeFwLgs4z/UBE66dkDXauJ8/Mm8k09sBcnhDAH3gGyPYIkoH0cjt3/IG4eOHHuakK6zu/VM4Q5U= ceph-b13a927a-ca24-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T04:06:33.763 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnwS28s+sGOj53/v1k0CUa4WJ3gTx8ti2xzPbKmtn5EMxr/tZaFfQcmseftmrJdHXDE6PfI3vTkFi4LX+nBuHWUJxB6v5DUy7OVp5MFzxpmuDXYWaZEeEswTOltYEksCmEqHm1oSTCQqpm0DbYrvepN8Kpai/rYzuuGMtus+SMG7dyuyLVpDc3gl+qLkfuTOPl1YRtXfSEK8eYga4Sr9k6fImFUEKNW3N8yTUnPhSagLQYC14LIkXBiasw6DsSmPxrZwIsjbqAJ7/5Mx56QQSYaAEByDIveX9K9ebHh7psqATsWVMLw+kYOscBIOMNoQulkCEmi/O2QiE/vbSclqoCLV/H85w07kNmozhsH5Ypvz6GLlucFvQownfdJA/+/mGuoju7TcOJR9fdyRXrOausPgyp4ke7ICvd3GyS2xoV9vRl5TUdVfh9IeFwLgs4z/UBE66dkDXauJ8/Mm8k09sBcnhDAH3gGyPYIkoH0cjt3/IG4eOHHuakK6zu/VM4Q5U= ceph-b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:06:33.775 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-13T04:06:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:32.713484+0000 mon.smithi038 (mon.0) 93 : audit [INF] from='client.? 172.21.15.38:0/4256622498' entity='client.admin' 2024-02-13T04:06:36.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:35.712758+0000 mon.smithi038 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:36.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:36.054413+0000 mon.smithi038 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:06:36.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:36.063573+0000 mon.smithi038 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:36.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:36.072175+0000 mgr.smithi038.gyuhij (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi038 on smithi038 2024-02-13T04:06:38.253 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-13T04:06:38.253 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-13T04:06:39.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:37.709868+0000 mon.smithi038 (mon.0) 97 : audit [INF] from='client.? 172.21.15.38:0/3307284370' entity='client.admin' 2024-02-13T04:06:42.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:41.012145+0000 mgr.smithi038.gyuhij (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:06:42.314 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:41.014850+0000 mon.smithi038 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:42.338 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-02-13T04:06:42.338 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:06:42.338 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-02-13T04:06:42.360 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:06:42.360 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T04:06:42.422 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-02-13T04:06:42.422 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch host add smithi192 2024-02-13T04:06:44.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:43.060030+0000 mgr.smithi038.gyuhij (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:45.060298+0000 mgr.smithi038.gyuhij (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:45.877739+0000 mon.smithi038 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:45.879323+0000 mon.smithi038 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:06:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:45.881402+0000 mon.smithi038 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T04:06:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:45.881969+0000 mon.smithi038 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:06:47.248 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:45.882493+0000 mgr.smithi038.gyuhij (mgr.14156) 9 : cephadm [INF] Deploying daemon crash.smithi038 on smithi038 2024-02-13T04:06:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:47.060936+0000 mgr.smithi038.gyuhij (mgr.14156) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:49.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.174915+0000 mon.smithi038 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:49.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.199210+0000 mon.smithi038 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:49.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.308599+0000 mon.smithi038 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:49.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.313463+0000 mon.smithi038 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:49.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.314917+0000 mon.smithi038 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T04:06:49.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.315258+0000 mgr.smithi038.gyuhij (mgr.14156) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T04:06:49.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:06:48.322427+0000 mon.smithi038 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:06:49.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:06:48.330636+0000 mgr.smithi038.gyuhij (mgr.14156) 12 : cephadm [INF] Deploying daemon grafana.smithi038 on smithi038 2024-02-13T04:06:50.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:49.061322+0000 mgr.smithi038.gyuhij (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:52.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:51.061576+0000 mgr.smithi038.gyuhij (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:54.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:53.061784+0000 mgr.smithi038.gyuhij (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:55.062017+0000 mgr.smithi038.gyuhij (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:06:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:06:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:57.062387+0000 mgr.smithi038.gyuhij (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:00.717 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:06:59.062706+0000 mgr.smithi038.gyuhij (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:00.823969+0000 mon.smithi038 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:02.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:00.826184+0000 mgr.smithi038.gyuhij (mgr.14156) 19 : cephadm [INF] Deploying daemon node-exporter.smithi038 on smithi038 2024-02-13T04:07:02.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:01.062973+0000 mgr.smithi038.gyuhij (mgr.14156) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:04.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:03.063324+0000 mgr.smithi038.gyuhij (mgr.14156) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:04.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:03.206168+0000 mon.smithi038 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:04.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:03.557142+0000 mon.smithi038 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:04.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:03.559542+0000 mon.smithi038 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-13T04:07:05.978 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:04.561468+0000 mon.smithi038 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.38:0/558227185' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-13T04:07:05.978 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:04.561539+0000 mon.smithi038 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi038.gyuhij(active, since 41s) 2024-02-13T04:07:10.366 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:10.129209+0000 mon.smithi038 (mon.0) 115 : cluster [INF] Active manager daemon smithi038.gyuhij restarted 2024-02-13T04:07:10.366 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:10.129451+0000 mon.smithi038 (mon.0) 116 : cluster [INF] Activating manager daemon smithi038.gyuhij 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:10.132765+0000 mon.smithi038 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:10.132878+0000 mon.smithi038 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi038.gyuhij(active, starting, since 0.00351535s) 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.133951+0000 mon.smithi038 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.134539+0000 mon.smithi038 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi038.gyuhij", "id": "smithi038.gyuhij"}]: dispatch 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.135213+0000 mon.smithi038 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.135378+0000 mon.smithi038 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.135505+0000 mon.smithi038 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T04:07:10.367 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:10.150009+0000 mon.smithi038 (mon.0) 124 : cluster [INF] Manager daemon smithi038.gyuhij is now available 2024-02-13T04:07:11.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.250451+0000 mon.smithi038 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:07:11.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.251798+0000 mon.smithi038 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:07:11.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.276788+0000 mon.smithi038 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:11.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.287888+0000 mon.smithi038 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/mirror_snapshot_schedule"}]: dispatch 2024-02-13T04:07:11.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:10.292877+0000 mon.smithi038 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.gyuhij/trash_purge_schedule"}]: dispatch 2024-02-13T04:07:11.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:11.149704+0000 mon.smithi038 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi038.gyuhij(active, since 1.02034s) 2024-02-13T04:07:11.895 INFO:teuthology.orchestra.run.smithi192.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-02-13T04:07:12.456 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-13T04:07:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:11.288421+0000 mgr.smithi038.gyuhij (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:07:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:11.894711+0000 mon.smithi038 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:11.895071+0000 mgr.smithi038.gyuhij (mgr.14180) 2 : cephadm [INF] Added host smithi192 2024-02-13T04:07:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:12.896633+0000 mon.smithi038 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi038.gyuhij(active, since 2s) 2024-02-13T04:07:14.531 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:14.531 INFO:teuthology.orchestra.run.smithi192.stdout:[{"addr": "172.21.15.38", "hostname": "smithi038", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-02-13T04:07:15.156 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-13T04:07:15.156 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:13.843086+0000 mon.smithi038 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.137376+0000 mon.smithi038 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.138207+0000 mon.smithi038 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.138817+0000 mon.smithi038 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:14.139942+0000 mgr.smithi038.gyuhij (mgr.14180) 3 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:14.160917+0000 mgr.smithi038.gyuhij (mgr.14180) 4 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.191242+0000 mon.smithi038 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:15.186 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.195503+0000 mon.smithi038 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:15.187 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:14.207190+0000 mgr.smithi038.gyuhij (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi038 on smithi038 2024-02-13T04:07:15.187 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:14.531273+0000 mgr.smithi038.gyuhij (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:18.286 INFO:teuthology.orchestra.run.smithi038.stderr:adjusted tunables profile to default 2024-02-13T04:07:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:18.230816+0000 mon.smithi038 (mon.0) 139 : audit [INF] from='client.? 172.21.15.38:0/364186662' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-13T04:07:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:18.283598+0000 mon.smithi038 (mon.0) 140 : audit [INF] from='client.? 172.21.15.38:0/364186662' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-13T04:07:19.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:18.283638+0000 mon.smithi038 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T04:07:20.191 INFO:tasks.cephadm:Adding mon.smithi038 on smithi038 2024-02-13T04:07:20.191 INFO:tasks.cephadm:Adding mon.smithi192 on smithi192 2024-02-13T04:07:20.191 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi038:172.21.15.38=smithi038;smithi192:172.21.15.192=smithi192' 2024-02-13T04:07:22.114 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-02-13T04:07:22.821 DEBUG:teuthology.orchestra.run.smithi192:mon.smithi192> sudo journalctl -f -n 0 -u ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi192.service 2024-02-13T04:07:22.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:22.824 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:22.853 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:-- Logs begin at Tue 2024-02-13 03:54:50 UTC. -- 2024-02-13T04:07:23.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:22.109306+0000 mgr.smithi038.gyuhij (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi038:172.21.15.38=smithi038;smithi192:172.21.15.192=smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:07:23.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:22.111351+0000 mgr.smithi038.gyuhij (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi038:172.21.15.38=smithi038;smithi192:172.21.15.192=smithi192;count:2 2024-02-13T04:07:23.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:22.114329+0000 mon.smithi038 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:24.873 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:24.873 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:05:21.644254Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T04:07:24.875 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-02-13T04:07:25.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:24.873942+0000 mon.smithi038 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.192:0/3117892391' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:07:26.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:26.484 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:28.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:26.889439+0000 mon.smithi038 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:28.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:26.890558+0000 mon.smithi038 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:07:28.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:27.549025+0000 mon.smithi038 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:28.652 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:28.652 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:05:21.644254Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T04:07:28.654 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-02-13T04:07:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:28.407862+0000 mon.smithi038 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:29.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:28.652717+0000 mon.smithi038 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.192:0/957268553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:07:31.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:30.136989+0000 mgr.smithi038.gyuhij (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:31.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:30.280999+0000 mon.smithi038 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:33.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:33.714 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:33.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:32.137309+0000 mgr.smithi038.gyuhij (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:35.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:33.708746+0000 mon.smithi038 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:35.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:34.137608+0000 mgr.smithi038.gyuhij (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:37.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:36.137871+0000 mgr.smithi038.gyuhij (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:39.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:38.138272+0000 mgr.smithi038.gyuhij (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:41.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:40.138709+0000 mgr.smithi038.gyuhij (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:41.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:41.128935+0000 mon.smithi038 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:42.185 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:42.185 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:05:21.644254Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T04:07:42.186 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-02-13T04:07:43.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:42.139097+0000 mgr.smithi038.gyuhij (mgr.14180) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.185162+0000 mon.smithi038 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.192:0/3898369806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.389088+0000 mon.smithi038 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.389973+0000 mon.smithi038 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.391053+0000 mon.smithi038 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.391902+0000 mon.smithi038 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:42.393205+0000 mgr.smithi038.gyuhij (mgr.14180) 16 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:42.409616+0000 mgr.smithi038.gyuhij (mgr.14180) 17 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.437187+0000 mon.smithi038 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.439961+0000 mon.smithi038 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.441789+0000 mon.smithi038 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.443788+0000 mon.smithi038 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:42.444563+0000 mon.smithi038 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:07:43.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:42.445267+0000 mgr.smithi038.gyuhij (mgr.14180) 18 : cephadm [INF] Deploying daemon crash.smithi192 on smithi192 2024-02-13T04:07:43.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:43.834 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:45.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:44.139511+0000 mgr.smithi038.gyuhij (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:46.139 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:46.139 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:05:21.644254Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T04:07:46.141 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-02-13T04:07:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.139404+0000 mon.smithi038 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.192:0/1296734082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:07:47.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:47.929 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:48.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:46.139769+0000 mgr.smithi038.gyuhij (mgr.14180) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.539795+0000 mon.smithi038 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.542124+0000 mon.smithi038 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.evqltq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.549307+0000 mon.smithi038 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.evqltq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.550174+0000 mon.smithi038 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:46.551209+0000 mon.smithi038 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:07:48.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:46.551946+0000 mgr.smithi038.gyuhij (mgr.14180) 21 : cephadm [INF] Deploying daemon mgr.smithi192.evqltq on smithi192 2024-02-13T04:07:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:48.140031+0000 mgr.smithi038.gyuhij (mgr.14180) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:50.454 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:50.454 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:05:21.644254Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T04:07:50.457 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-02-13T04:07:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:49.578232+0000 mon.smithi038 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:49.580418+0000 mon.smithi038 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T04:07:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:49.581261+0000 mon.smithi038 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:07:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:49.581915+0000 mgr.smithi038.gyuhij (mgr.14180) 23 : cephadm [INF] Deploying daemon mon.smithi192 on smithi192 2024-02-13T04:07:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:50.289774+0000 mon.smithi038 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:50.454699+0000 mon.smithi038 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.192:0/3959806127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:07:52.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:50.140310+0000 mgr.smithi038.gyuhij (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:52.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T04:07:52.229 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T04:07:54.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:52.140660+0000 mgr.smithi038.gyuhij (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:54.223 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: debug 2024-02-13T04:07:54.029+0000 7f26a3bf6700 1 mon.smithi192@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-13T04:07:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:54 smithi192 bash[39973]: 4ce04d4a72a5647ca2c4cb089207b5c54d958db75a48c3624241521e30aab3da 2024-02-13T04:07:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:54 smithi192 systemd[1]: Started Ceph mon.smithi192 for b13a927a-ca24-11ee-95b9-87774f69a715. 2024-02-13T04:07:59.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:54.038900+0000 mon.smithi038 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:07:59.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:54.039091+0000 mon.smithi038 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:54.039207+0000 mon.smithi038 (mon.0) 176 : cluster [INF] mon.smithi038 calling monitor election 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:54.141072+0000 mgr.smithi038.gyuhij (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:54.783741+0000 mon.smithi038 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.evqltq/crt"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:55.033999+0000 mon.smithi038 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:56.034465+0000 mon.smithi038 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:56.035829+0000 mon.smithi192 (mon.1) 1 : cluster [INF] mon.smithi192 calling monitor election 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:56.141487+0000 mgr.smithi038.gyuhij (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:57.034478+0000 mon.smithi038 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:58.034659+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:58.141901+0000 mgr.smithi038.gyuhij (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.034574+0000 mon.smithi038 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.054892+0000 mon.smithi038 (mon.0) 183 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi192 in quorum (ranks 0,1) 2024-02-13T04:07:59.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.062830+0000 mon.smithi038 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi192=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.063328+0000 mon.smithi038 (mon.0) 185 : cluster [DBG] fsmap 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.063372+0000 mon.smithi038 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.063591+0000 mon.smithi038 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi038.gyuhij(active, since 48s) 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.064642+0000 mon.smithi038 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi192.evqltq started 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.065826+0000 mon.smithi038 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.067405+0000 mon.smithi038 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.evqltq/key"}]: dispatch 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.068079+0000 mon.smithi038 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.070223+0000 mon.smithi038 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-02-13T04:07:59.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:07:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.075858+0000 mon.smithi038 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:59.478 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:54.038900+0000 mon.smithi038 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-13T04:07:59.478 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:54.039091+0000 mon.smithi038 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.478 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:54.039207+0000 mon.smithi038 (mon.0) 176 : cluster [INF] mon.smithi038 calling monitor election 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:54.141072+0000 mgr.smithi038.gyuhij (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:54.783741+0000 mon.smithi038 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.evqltq/crt"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:55.033999+0000 mon.smithi038 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:56.034465+0000 mon.smithi038 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:56.035829+0000 mon.smithi192 (mon.1) 1 : cluster [INF] mon.smithi192 calling monitor election 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:56.141487+0000 mgr.smithi038.gyuhij (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:57.034478+0000 mon.smithi038 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:58.034659+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:58.141901+0000 mgr.smithi038.gyuhij (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.034574+0000 mon.smithi038 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.054892+0000 mon.smithi038 (mon.0) 183 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi192 in quorum (ranks 0,1) 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.062830+0000 mon.smithi038 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi192=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.063328+0000 mon.smithi038 (mon.0) 185 : cluster [DBG] fsmap 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.063372+0000 mon.smithi038 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T04:07:59.479 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.063591+0000 mon.smithi038 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi038.gyuhij(active, since 48s) 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.064642+0000 mon.smithi038 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi192.evqltq started 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.065826+0000 mon.smithi038 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.067405+0000 mon.smithi038 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.evqltq/key"}]: dispatch 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.068079+0000 mon.smithi038 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.192:0/4053869421' entity='mgr.smithi192.evqltq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.070223+0000 mon.smithi038 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-02-13T04:07:59.480 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:07:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.075858+0000 mon.smithi038 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:07:59.892 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-02-13T04:07:59.892 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","modified":"2024-02-13T04:07:54.034485Z","created":"2024-02-13T04:05:21.644254Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi192","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-13T04:07:59.893 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2024-02-13T04:08:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:07:59.078010+0000 mgr.smithi038.gyuhij (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi192 on smithi192 2024-02-13T04:08:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:07:59.125018+0000 mon.smithi038 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi038.gyuhij(active, since 48s), standbys: smithi192.evqltq 2024-02-13T04:08:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.125203+0000 mon.smithi038 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi192.evqltq", "id": "smithi192.evqltq"}]: dispatch 2024-02-13T04:08:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:07:59.891109+0000 mon.smithi038 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.192:0/344094103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:08:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:00.034734+0000 mon.smithi038 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:08:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:07:59.078010+0000 mgr.smithi038.gyuhij (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi192 on smithi192 2024-02-13T04:08:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:07:59.125018+0000 mon.smithi038 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi038.gyuhij(active, since 48s), standbys: smithi192.evqltq 2024-02-13T04:08:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.125203+0000 mon.smithi038 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr metadata", "who": "smithi192.evqltq", "id": "smithi192.evqltq"}]: dispatch 2024-02-13T04:08:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:07:59.891109+0000 mon.smithi038 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.192:0/344094103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T04:08:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:00.034734+0000 mon.smithi038 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2024-02-13T04:08:00.674 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-13T04:08:00.674 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-13T04:08:01.410 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:00.142308+0000 mgr.smithi038.gyuhij (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:01.410 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:00.294687+0000 mon.smithi038 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:01.574 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:00.142308+0000 mgr.smithi038.gyuhij (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:01.574 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:00.294687+0000 mon.smithi038 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:02.691 INFO:teuthology.orchestra.run.smithi038.stdout:# minimal ceph.conf for b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:08:02.691 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2024-02-13T04:08:02.691 INFO:teuthology.orchestra.run.smithi038.stdout: fsid = b13a927a-ca24-11ee-95b9-87774f69a715 2024-02-13T04:08:02.691 INFO:teuthology.orchestra.run.smithi038.stdout: mon_host = [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-02-13T04:08:03.247 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-13T04:08:03.247 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:08:03.247 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T04:08:03.279 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:08:03.279 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T04:08:03.347 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:08:03.348 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T04:08:03.379 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:08:03.379 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T04:08:03.448 INFO:tasks.cephadm:Deploying OSDs... 2024-02-13T04:08:03.449 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:08:03.449 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:08:03.468 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T04:08:03.468 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme1n1 2024-02-13T04:08:03.527 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme1n1 2024-02-13T04:08:03.527 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 191637 Links: 1 Device type: 103,1 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:06:36.241251718 +0000 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:02:21.280997431 +0000 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:02:21.280997431 +0000 2024-02-13T04:08:03.528 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:08:03.528 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T04:08:03.596 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:08:03.597 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:08:03.597 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000319913 s, 1.6 MB/s 2024-02-13T04:08:03.598 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T04:08:03.659 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme2n1 2024-02-13T04:08:03.718 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme2n1 2024-02-13T04:08:03.718 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 191761 Links: 1 Device type: 103,2 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:06:36.254251476 +0000 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:02:21.430994639 +0000 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:02:21.430994639 +0000 2024-02-13T04:08:03.719 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:08:03.719 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T04:08:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:02.142659+0000 mgr.smithi038.gyuhij (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:02.555761+0000 mon.smithi038 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:02.557150+0000 mon.smithi038 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:02.691526+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.38:0/2655691693' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:08:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:08:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000292925 s, 1.7 MB/s 2024-02-13T04:08:03.787 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T04:08:03.847 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme3n1 2024-02-13T04:08:03.905 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme3n1 2024-02-13T04:08:03.905 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 193688 Links: 1 Device type: 103,3 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:06:36.267251234 +0000 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:02:21.577991902 +0000 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:02:21.577991902 +0000 2024-02-13T04:08:03.906 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:08:03.906 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T04:08:03.970 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:02.142659+0000 mgr.smithi038.gyuhij (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:03.970 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:02.555761+0000 mon.smithi038 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:03.971 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:02.557150+0000 mon.smithi038 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:03.971 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:02.691526+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.38:0/2655691693' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:03.972 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:08:03.972 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:08:03.972 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000354503 s, 1.4 MB/s 2024-02-13T04:08:03.974 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T04:08:04.033 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme4n1 2024-02-13T04:08:04.092 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme4n1 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 193786 Links: 1 Device type: 103,4 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-13 04:06:36.280250992 +0000 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-13 04:02:21.730989053 +0000 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-13 04:02:21.730989053 +0000 2024-02-13T04:08:04.093 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-13T04:08:04.093 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T04:08:04.159 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-13T04:08:04.160 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-13T04:08:04.160 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000306393 s, 1.7 MB/s 2024-02-13T04:08:04.161 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T04:08:04.222 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:08:04.222 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T04:08:04.241 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T04:08:04.241 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/nvme1n1 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/nvme1n1 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 190169 Links: 1 Device type: 103,1 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:07:33.668828080 +0000 2024-02-13T04:08:04.300 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:02:22.918782320 +0000 2024-02-13T04:08:04.301 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:02:22.918782320 +0000 2024-02-13T04:08:04.301 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:08:04.301 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T04:08:04.368 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:08:04.368 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:08:04.368 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000325646 s, 1.6 MB/s 2024-02-13T04:08:04.369 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T04:08:04.428 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/nvme2n1 2024-02-13T04:08:04.486 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/nvme2n1 2024-02-13T04:08:04.486 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:04.486 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 192679 Links: 1 Device type: 103,2 2024-02-13T04:08:04.486 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:04.487 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:04.487 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:07:33.678827888 +0000 2024-02-13T04:08:04.487 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:02:23.064779524 +0000 2024-02-13T04:08:04.487 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:02:23.064779524 +0000 2024-02-13T04:08:04.487 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:08:04.487 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T04:08:04.552 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:08:04.552 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:08:04.552 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000265095 s, 1.9 MB/s 2024-02-13T04:08:04.553 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T04:08:04.612 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/nvme3n1 2024-02-13T04:08:04.670 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/nvme3n1 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 190240 Links: 1 Device type: 103,3 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:07:33.689827677 +0000 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:02:23.208776767 +0000 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:02:23.208776767 +0000 2024-02-13T04:08:04.671 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:08:04.671 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T04:08:04.736 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:08:04.736 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:08:04.736 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000195807 s, 2.6 MB/s 2024-02-13T04:08:04.737 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T04:08:04.796 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/nvme4n1 2024-02-13T04:08:04.854 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/nvme4n1 2024-02-13T04:08:04.854 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T04:08:04.854 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 192783 Links: 1 Device type: 103,4 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-02-13 04:07:33.699827486 +0000 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-02-13 04:02:23.356773933 +0000 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-02-13 04:02:23.356773933 +0000 2024-02-13T04:08:04.855 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-02-13T04:08:04.855 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T04:08:04.920 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-02-13T04:08:04.920 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-02-13T04:08:04.920 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000255382 s, 2.0 MB/s 2024-02-13T04:08:04.921 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T04:08:04.981 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-13T04:08:05.415 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:04.142941+0000 mgr.smithi038.gyuhij (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.226857+0000 mon.smithi038 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.227624+0000 mon.smithi038 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.228262+0000 mon.smithi038 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:04.229088+0000 mgr.smithi038.gyuhij (mgr.14180) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:04.229310+0000 mgr.smithi038.gyuhij (mgr.14180) 34 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.251068+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.255163+0000 mon.smithi038 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.258575+0000 mon.smithi038 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:04.261061+0000 mgr.smithi038.gyuhij (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.261292+0000 mon.smithi038 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.261822+0000 mon.smithi038 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T04:08:05.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:04.262305+0000 mon.smithi038 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:05.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:04.262758+0000 mgr.smithi038.gyuhij (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:04.142941+0000 mgr.smithi038.gyuhij (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.226857+0000 mon.smithi038 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.227624+0000 mon.smithi038 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.228262+0000 mon.smithi038 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:04.229088+0000 mgr.smithi038.gyuhij (mgr.14180) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:04.229310+0000 mgr.smithi038.gyuhij (mgr.14180) 34 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.251068+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.255163+0000 mon.smithi038 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.258575+0000 mon.smithi038 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:05.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:04.261061+0000 mgr.smithi038.gyuhij (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-02-13T04:08:05.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.261292+0000 mon.smithi038 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T04:08:05.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.261822+0000 mon.smithi038 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T04:08:05.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:04.262305+0000 mon.smithi038 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:05.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:04.262758+0000 mgr.smithi038.gyuhij (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:05.299542+0000 mon.smithi038 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:05.596074+0000 mon.smithi038 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:05.596773+0000 mgr.smithi038.gyuhij (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi038.gyuhij (unknown last config time)... 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:05.597075+0000 mon.smithi038 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.gyuhij", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:05.597862+0000 mon.smithi038 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T04:08:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:05.598459+0000 mon.smithi038 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:06.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:05.598986+0000 mgr.smithi038.gyuhij (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi038.gyuhij on smithi038 2024-02-13T04:08:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:05.299542+0000 mon.smithi038 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:05.596074+0000 mon.smithi038 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:05.596773+0000 mgr.smithi038.gyuhij (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi038.gyuhij (unknown last config time)... 2024-02-13T04:08:06.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:05.597075+0000 mon.smithi038 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.gyuhij", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T04:08:06.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:05.597862+0000 mon.smithi038 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T04:08:06.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:05.598459+0000 mon.smithi038 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:06.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:05.598986+0000 mgr.smithi038.gyuhij (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi038.gyuhij on smithi038 2024-02-13T04:08:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled osd.all-available-devices update... 2024-02-13T04:08:07.931 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:06.143171+0000 mgr.smithi038.gyuhij (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:07.931 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:06.990181+0000 mon.smithi038 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:07.931 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:07.307501+0000 mon.smithi038 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:07.951 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-13T04:08:07.951 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:07.980 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:06.143171+0000 mgr.smithi038.gyuhij (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:07.980 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:06.990181+0000 mon.smithi038 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:07.980 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:07.307501+0000 mon.smithi038 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:08.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:06.990911+0000 mgr.smithi038.gyuhij (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-02-13T04:08:08.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:06.997703+0000 mgr.smithi038.gyuhij (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-02-13T04:08:08.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:07.300901+0000 mgr.smithi038.gyuhij (mgr.14180) 42 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:08:08.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:07.302515+0000 mgr.smithi038.gyuhij (mgr.14180) 43 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-02-13T04:08:08.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:07.302592+0000 mgr.smithi038.gyuhij (mgr.14180) 44 : cephadm [INF] Marking host: smithi192 for OSDSpec preview refresh. 2024-02-13T04:08:08.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:07.302873+0000 mgr.smithi038.gyuhij (mgr.14180) 45 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T04:08:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:06.990911+0000 mgr.smithi038.gyuhij (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-02-13T04:08:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:06.997703+0000 mgr.smithi038.gyuhij (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-02-13T04:08:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:07.300901+0000 mgr.smithi038.gyuhij (mgr.14180) 42 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:08:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:07.302515+0000 mgr.smithi038.gyuhij (mgr.14180) 43 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-02-13T04:08:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:07.302592+0000 mgr.smithi038.gyuhij (mgr.14180) 44 : cephadm [INF] Marking host: smithi192 for OSDSpec preview refresh. 2024-02-13T04:08:08.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:07.302873+0000 mgr.smithi038.gyuhij (mgr.14180) 45 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T04:08:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:08.143405+0000 mgr.smithi038.gyuhij (mgr.14180) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:10.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:08.143405+0000 mgr.smithi038.gyuhij (mgr.14180) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:11.207 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:11.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:10.143723+0000 mgr.smithi038.gyuhij (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:11.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:10.143723+0000 mgr.smithi038.gyuhij (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:12.139 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:11.207823+0000 mon.smithi038 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.38:0/2249510029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:11.207823+0000 mon.smithi038 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.38:0/2249510029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:13.140 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:13.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:12.144034+0000 mgr.smithi038.gyuhij (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:12.144034+0000 mgr.smithi038.gyuhij (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:14.121747+0000 mon.smithi038 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:14.122328+0000 mgr.smithi038.gyuhij (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:14.122550+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:14.123154+0000 mon.smithi038 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:14.123634+0000 mgr.smithi038.gyuhij (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi038 on smithi038 2024-02-13T04:08:15.166 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:14.144281+0000 mgr.smithi038.gyuhij (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:14.121747+0000 mon.smithi038 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:14.122328+0000 mgr.smithi038.gyuhij (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:14.122550+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:14.123154+0000 mon.smithi038 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:14.123634+0000 mgr.smithi038.gyuhij (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi038 on smithi038 2024-02-13T04:08:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:14.144281+0000 mgr.smithi038.gyuhij (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:15.911 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:16.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:15.912269+0000 mon.smithi038 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.38:0/1609963045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:15.912269+0000 mon.smithi038 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.38:0/1609963045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:17.116 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:16.144541+0000 mgr.smithi038.gyuhij (mgr.14180) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:16.471480+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:16.472122+0000 mgr.smithi038.gyuhij (mgr.14180) 53 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-02-13T04:08:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:16.503898+0000 mgr.smithi038.gyuhij (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-02-13T04:08:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:16.144541+0000 mgr.smithi038.gyuhij (mgr.14180) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:17.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:16.471480+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:17.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:16.472122+0000 mgr.smithi038.gyuhij (mgr.14180) 53 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-02-13T04:08:17.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:16.503898+0000 mgr.smithi038.gyuhij (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-02-13T04:08:18.117 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:19.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:18.144818+0000 mgr.smithi038.gyuhij (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:18.144818+0000 mgr.smithi038.gyuhij (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:21.576 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:20.145230+0000 mgr.smithi038.gyuhij (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:21.111438+0000 mon.smithi038 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.38:0/3374401384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:21.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:20.145230+0000 mgr.smithi038.gyuhij (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:21.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:21.111438+0000 mon.smithi038 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.38:0/3374401384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:22.100 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:23.101 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:22.145597+0000 mgr.smithi038.gyuhij (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:22.844913+0000 mon.smithi038 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:22.145597+0000 mgr.smithi038.gyuhij (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:22.844913+0000 mon.smithi038 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:22.845721+0000 mgr.smithi038.gyuhij (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-02-13T04:08:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:22.849841+0000 mgr.smithi038.gyuhij (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-02-13T04:08:24.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:22.845721+0000 mgr.smithi038.gyuhij (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-02-13T04:08:24.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:22.849841+0000 mgr.smithi038.gyuhij (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-02-13T04:08:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:24.145930+0000 mgr.smithi038.gyuhij (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:24.145930+0000 mgr.smithi038.gyuhij (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:27.000 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:27.735 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:26.146209+0000 mgr.smithi038.gyuhij (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:27.735 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:27.001440+0000 mon.smithi038 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.38:0/4212768749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:27.755 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:26.146209+0000 mgr.smithi038.gyuhij (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:27.001440+0000 mon.smithi038 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.38:0/4212768749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:28.756 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:29.560 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:28.146488+0000 mgr.smithi038.gyuhij (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:28.146488+0000 mgr.smithi038.gyuhij (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:30.987 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:30.146831+0000 mgr.smithi038.gyuhij (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:30.378031+0000 mon.smithi038 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:30.378630+0000 mgr.smithi038.gyuhij (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi192 (monmap changed)... 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:30.378912+0000 mon.smithi038 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:30.379559+0000 mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:30.380038+0000 mgr.smithi038.gyuhij (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi192 on smithi192 2024-02-13T04:08:31.565 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:30.987649+0000 mon.smithi038 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.38:0/659428767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:31.586 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:30.146831+0000 mgr.smithi038.gyuhij (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:30.378031+0000 mon.smithi038 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:30.378630+0000 mgr.smithi038.gyuhij (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi192 (monmap changed)... 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:30.378912+0000 mon.smithi038 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:30.379559+0000 mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:30.380038+0000 mgr.smithi038.gyuhij (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi192 on smithi192 2024-02-13T04:08:31.662 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:30.987649+0000 mon.smithi038 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.38:0/659428767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:32.587 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:32.981 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:31.705204+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:31.705798+0000 mgr.smithi038.gyuhij (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi192.evqltq (monmap changed)... 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:31.706097+0000 mon.smithi038 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.evqltq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:31.706815+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:31.707375+0000 mon.smithi038 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:31.707886+0000 mgr.smithi038.gyuhij (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi192.evqltq on smithi192 2024-02-13T04:08:32.982 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:32.147295+0000 mgr.smithi038.gyuhij (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:33.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:31.705204+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:33.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:31.705798+0000 mgr.smithi038.gyuhij (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi192.evqltq (monmap changed)... 2024-02-13T04:08:33.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:31.706097+0000 mon.smithi038 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.evqltq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T04:08:33.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:31.706815+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T04:08:33.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:31.707375+0000 mon.smithi038 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:33.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:31.707886+0000 mgr.smithi038.gyuhij (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi192.evqltq on smithi192 2024-02-13T04:08:33.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:32.147295+0000 mgr.smithi038.gyuhij (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:33.323173+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:33.323711+0000 mgr.smithi038.gyuhij (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi192 (monmap changed)... 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:33.323928+0000 mon.smithi038 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:33.324511+0000 mon.smithi038 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:33.325040+0000 mon.smithi038 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:34.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:08:33.325549+0000 mgr.smithi038.gyuhij (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi192 on smithi192 2024-02-13T04:08:34.563 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:33.323173+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:33.323711+0000 mgr.smithi038.gyuhij (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi192 (monmap changed)... 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:33.323928+0000 mon.smithi038 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:33.324511+0000 mon.smithi038 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:33.325040+0000 mon.smithi038 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:34.636 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:08:33.325549+0000 mgr.smithi038.gyuhij (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi192 on smithi192 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:34.147592+0000 mgr.smithi038.gyuhij (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.564312+0000 mon.smithi038 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.38:0/1000437973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.681021+0000 mon.smithi038 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.683505+0000 mon.smithi038 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.684675+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.692596+0000 mon.smithi038 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.697696+0000 mon.smithi038 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.702183+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T04:08:35.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.706195+0000 mon.smithi038 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.476 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.710232+0000 mon.smithi038 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T04:08:35.476 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.714453+0000 mon.smithi038 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T04:08:35.476 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.722937+0000 mon.smithi038 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.476 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.725932+0000 mon.smithi038 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:35.477 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:34.147592+0000 mgr.smithi038.gyuhij (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.564312+0000 mon.smithi038 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.38:0/1000437973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.681021+0000 mon.smithi038 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.683505+0000 mon.smithi038 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.684675+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.692596+0000 mon.smithi038 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.697696+0000 mon.smithi038 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.702183+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.706195+0000 mon.smithi038 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.710232+0000 mon.smithi038 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.714453+0000 mon.smithi038 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.722937+0000 mon.smithi038 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.725932+0000 mon.smithi038 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:36.478 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.683826+0000 mgr.smithi038.gyuhij (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.684911+0000 mgr.smithi038.gyuhij (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.698067+0000 mgr.smithi038.gyuhij (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.702471+0000 mgr.smithi038.gyuhij (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.710577+0000 mgr.smithi038.gyuhij (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T04:08:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:34.714783+0000 mgr.smithi038.gyuhij (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.683826+0000 mgr.smithi038.gyuhij (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.684911+0000 mgr.smithi038.gyuhij (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.698067+0000 mgr.smithi038.gyuhij (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.702471+0000 mgr.smithi038.gyuhij (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.710577+0000 mgr.smithi038.gyuhij (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T04:08:36.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:34.714783+0000 mgr.smithi038.gyuhij (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T04:08:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:36.148070+0000 mgr.smithi038.gyuhij (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:36.550619+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:36.559747+0000 mon.smithi038 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:36.148070+0000 mgr.smithi038.gyuhij (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:36.550619+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:36.559747+0000 mon.smithi038 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:39.657 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:38.148319+0000 mgr.smithi038.gyuhij (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:40.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:38.148319+0000 mgr.smithi038.gyuhij (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:40.356 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:40.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:39.658074+0000 mon.smithi038 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.38:0/266016241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:40.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:39.658074+0000 mon.smithi038 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.38:0/266016241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:41.358 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:40.148528+0000 mgr.smithi038.gyuhij (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.186572+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.495065+0000 mon.smithi038 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.495966+0000 mon.smithi038 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.496579+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.504868+0000 mon.smithi038 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.508859+0000 mon.smithi038 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.511607+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.512434+0000 mon.smithi038 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.512580+0000 mon.smithi038 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:41.513017+0000 mon.smithi038 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:40.148528+0000 mgr.smithi038.gyuhij (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.186572+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.495065+0000 mon.smithi038 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.495966+0000 mon.smithi038 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.496579+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.504868+0000 mon.smithi038 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.508859+0000 mon.smithi038 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.511607+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.512434+0000 mon.smithi038 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.512580+0000 mon.smithi038 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:41.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:41.513017+0000 mon.smithi038 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:43.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:42.148787+0000 mgr.smithi038.gyuhij (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:43.956 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:42.148787+0000 mgr.smithi038.gyuhij (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:43.957409+0000 mon.smithi038 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/2636292155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:44.204179+0000 mon.smithi192 (mon.1) 2 : audit [INF] from='client.? 172.21.15.192:0/3813481809' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]: dispatch 2024-02-13T04:08:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:44.204717+0000 mon.smithi038 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]: dispatch 2024-02-13T04:08:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:44.211044+0000 mon.smithi038 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]': finished 2024-02-13T04:08:44.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:44.211100+0000 mon.smithi038 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T04:08:44.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:44.211211+0000 mon.smithi038 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:43.957409+0000 mon.smithi038 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/2636292155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:44.204179+0000 mon.smithi192 (mon.1) 2 : audit [INF] from='client.? 172.21.15.192:0/3813481809' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]: dispatch 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:44.204717+0000 mon.smithi038 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]: dispatch 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:44.211044+0000 mon.smithi038 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9afa7df1-af0c-4988-b4c7-98a3b53cafc9"}]': finished 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:44.211100+0000 mon.smithi038 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T04:08:44.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:44.211211+0000 mon.smithi038 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:44.763 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T04:08:45.765 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:44.149146+0000 mgr.smithi038.gyuhij (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:45.457774+0000 mon.smithi192 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.192:0/3489124677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:44.149146+0000 mgr.smithi038.gyuhij (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:46.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:45.457774+0000 mon.smithi192 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.192:0/3489124677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:46.215519+0000 mon.smithi038 (mon.0) 269 : audit [INF] from='client.? 172.21.15.38:0/3425446602' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1d2d083-b439-4c60-bb17-9a2111a1178c"}]: dispatch 2024-02-13T04:08:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:46.221927+0000 mon.smithi038 (mon.0) 270 : audit [INF] from='client.? 172.21.15.38:0/3425446602' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1d2d083-b439-4c60-bb17-9a2111a1178c"}]': finished 2024-02-13T04:08:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:46.221977+0000 mon.smithi038 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T04:08:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:46.222089+0000 mon.smithi038 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:46.222494+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:46.215519+0000 mon.smithi038 (mon.0) 269 : audit [INF] from='client.? 172.21.15.38:0/3425446602' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1d2d083-b439-4c60-bb17-9a2111a1178c"}]: dispatch 2024-02-13T04:08:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:46.221927+0000 mon.smithi038 (mon.0) 270 : audit [INF] from='client.? 172.21.15.38:0/3425446602' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1d2d083-b439-4c60-bb17-9a2111a1178c"}]': finished 2024-02-13T04:08:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:46.221977+0000 mon.smithi038 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T04:08:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:46.222089+0000 mon.smithi038 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:46.222494+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:46.149377+0000 mgr.smithi038.gyuhij (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:47.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:46.149377+0000 mgr.smithi038.gyuhij (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:48.185 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.713502+0000 mon.smithi038 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.38:0/2331159433' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.976791+0000 mon.smithi192 (mon.1) 4 : audit [INF] from='client.? 172.21.15.192:0/1818738568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]: dispatch 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.977226+0000 mon.smithi038 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]: dispatch 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.980646+0000 mon.smithi038 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]': finished 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:47.980700+0000 mon.smithi038 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T04:08:48.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.980788+0000 mon.smithi038 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:48.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.981028+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:48.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:47.981195+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:48.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:48.186149+0000 mon.smithi038 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.38:0/611754702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:48.790 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1707797327,"num_remapped_pgs":0} 2024-02-13T04:08:48.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.713502+0000 mon.smithi038 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.38:0/2331159433' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:48.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.976791+0000 mon.smithi192 (mon.1) 4 : audit [INF] from='client.? 172.21.15.192:0/1818738568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]: dispatch 2024-02-13T04:08:48.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.977226+0000 mon.smithi038 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]: dispatch 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.980646+0000 mon.smithi038 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5f6107a-fe64-4077-804d-3136e040c3b8"}]': finished 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:47.980700+0000 mon.smithi038 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.980788+0000 mon.smithi038 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.981028+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:47.981195+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:48.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:48.186149+0000 mon.smithi038 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.38:0/611754702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:49.792 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:48.149602+0000 mgr.smithi038.gyuhij (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:49.181136+0000 mon.smithi192 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.192:0/3346400973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:48.149602+0000 mgr.smithi038.gyuhij (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:49.181136+0000 mon.smithi192 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.192:0/3346400973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:50.149814+0000 mgr.smithi038.gyuhij (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.271892+0000 mon.smithi038 (mon.0) 282 : audit [INF] from='client.? 172.21.15.38:0/1879412372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b217cc27-82b2-4746-9756-8a03c999b448"}]: dispatch 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.280211+0000 mon.smithi038 (mon.0) 283 : audit [INF] from='client.? 172.21.15.38:0/1879412372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b217cc27-82b2-4746-9756-8a03c999b448"}]': finished 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:50.280265+0000 mon.smithi038 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.280383+0000 mon.smithi038 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:51.434 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.280658+0000 mon.smithi038 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:51.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.280864+0000 mon.smithi038 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:51.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:50.281046+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:50.149814+0000 mgr.smithi038.gyuhij (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.271892+0000 mon.smithi038 (mon.0) 282 : audit [INF] from='client.? 172.21.15.38:0/1879412372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b217cc27-82b2-4746-9756-8a03c999b448"}]: dispatch 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.280211+0000 mon.smithi038 (mon.0) 283 : audit [INF] from='client.? 172.21.15.38:0/1879412372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b217cc27-82b2-4746-9756-8a03c999b448"}]': finished 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:50.280265+0000 mon.smithi038 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.280383+0000 mon.smithi038 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.280658+0000 mon.smithi038 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.280864+0000 mon.smithi038 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:50.281046+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:52.154 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:52.477 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.688398+0000 mon.smithi192 (mon.1) 6 : audit [INF] from='client.? 172.21.15.192:0/3630724014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]: dispatch 2024-02-13T04:08:52.477 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.688900+0000 mon.smithi038 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.692445+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]': finished 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:51.692492+0000 mon.smithi038 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.692573+0000 mon.smithi038 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.692796+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.692925+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.693082+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.693257+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:51.876026+0000 mon.smithi038 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.38:0/2143036634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:52.478 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:52.154318+0000 mon.smithi038 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.38:0/422025817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.688398+0000 mon.smithi192 (mon.1) 6 : audit [INF] from='client.? 172.21.15.192:0/3630724014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]: dispatch 2024-02-13T04:08:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.688900+0000 mon.smithi038 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.692445+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbbc2347-a2b5-4abc-9711-afd6e075a9f6"}]': finished 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:51.692492+0000 mon.smithi038 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.692573+0000 mon.smithi038 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.692796+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.692925+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.693082+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.693257+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:51.876026+0000 mon.smithi038 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.38:0/2143036634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:52.154318+0000 mon.smithi038 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.38:0/422025817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:52.751 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707797331,"num_remapped_pgs":0} 2024-02-13T04:08:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:52.150034+0000 mgr.smithi038.gyuhij (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:52.963750+0000 mon.smithi192 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.192:0/1466965244' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:52.150034+0000 mgr.smithi038.gyuhij (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:52.963750+0000 mon.smithi192 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.192:0/1466965244' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:53.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:54.150267+0000 mgr.smithi038.gyuhij (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.405906+0000 mon.smithi038 (mon.0) 299 : audit [INF] from='client.? 172.21.15.38:0/368732222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94db5cbe-89c7-4c70-8c18-ce475168f8e1"}]: dispatch 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.411455+0000 mon.smithi038 (mon.0) 300 : audit [INF] from='client.? 172.21.15.38:0/368732222' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94db5cbe-89c7-4c70-8c18-ce475168f8e1"}]': finished 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:54.411502+0000 mon.smithi038 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.411629+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.411932+0000 mon.smithi038 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.412066+0000 mon.smithi038 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.412218+0000 mon.smithi038 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:55.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.412362+0000 mon.smithi038 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:55.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:54.412561+0000 mon.smithi038 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:55.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:54.150267+0000 mgr.smithi038.gyuhij (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.405906+0000 mon.smithi038 (mon.0) 299 : audit [INF] from='client.? 172.21.15.38:0/368732222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94db5cbe-89c7-4c70-8c18-ce475168f8e1"}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.411455+0000 mon.smithi038 (mon.0) 300 : audit [INF] from='client.? 172.21.15.38:0/368732222' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94db5cbe-89c7-4c70-8c18-ce475168f8e1"}]': finished 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:54.411502+0000 mon.smithi038 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.411629+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.411932+0000 mon.smithi038 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.412066+0000 mon.smithi038 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.412218+0000 mon.smithi038 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.412362+0000 mon.smithi038 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:54.412561+0000 mon.smithi038 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:56.087 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.470738+0000 mon.smithi192 (mon.1) 8 : audit [INF] from='client.? 172.21.15.192:0/3915048538' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.471359+0000 mon.smithi038 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.479748+0000 mon.smithi038 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]': finished 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:55.479795+0000 mon.smithi038 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.479882+0000 mon.smithi038 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.480162+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.480336+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.480502+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.480677+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.480837+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.481002+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:08:56.423 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:55.895599+0000 mon.smithi038 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.38:0/523177092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:56.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:56.087281+0000 mon.smithi038 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.38:0/2661072269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:56.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.470738+0000 mon.smithi192 (mon.1) 8 : audit [INF] from='client.? 172.21.15.192:0/3915048538' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]: dispatch 2024-02-13T04:08:56.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.471359+0000 mon.smithi038 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]: dispatch 2024-02-13T04:08:56.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.479748+0000 mon.smithi038 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ab77850-a927-4518-8117-e8ca182510c2"}]': finished 2024-02-13T04:08:56.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:55.479795+0000 mon.smithi038 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.479882+0000 mon.smithi038 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.480162+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.480336+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.480502+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.480677+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.480837+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.481002+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:55.895599+0000 mon.smithi038 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.38:0/523177092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:56.087281+0000 mon.smithi038 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.38:0/2661072269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:08:56.724 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707797335,"num_remapped_pgs":0} 2024-02-13T04:08:57.725 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:08:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:56.150527+0000 mgr.smithi038.gyuhij (mgr.14180) 88 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:56.667455+0000 mon.smithi192 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.192:0/1911722410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:57.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:56.150527+0000 mgr.smithi038.gyuhij (mgr.14180) 88 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:57.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:56.667455+0000 mon.smithi192 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.192:0/1911722410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:08:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.456011+0000 mon.smithi038 (mon.0) 320 : audit [INF] from='client.? 172.21.15.38:0/265870859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77c1d909-4aff-4552-8c47-5f864096debe"}]: dispatch 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.464789+0000 mon.smithi038 (mon.0) 321 : audit [INF] from='client.? 172.21.15.38:0/265870859' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77c1d909-4aff-4552-8c47-5f864096debe"}]': finished 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:58.464834+0000 mon.smithi038 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.464946+0000 mon.smithi038 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.465339+0000 mon.smithi038 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.465562+0000 mon.smithi038 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.465783+0000 mon.smithi038 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:58.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.466001+0000 mon.smithi038 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:58.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.466228+0000 mon.smithi038 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:58.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.466474+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:08:58.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:08:58.466656+0000 mon.smithi038 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.456011+0000 mon.smithi038 (mon.0) 320 : audit [INF] from='client.? 172.21.15.38:0/265870859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77c1d909-4aff-4552-8c47-5f864096debe"}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.464789+0000 mon.smithi038 (mon.0) 321 : audit [INF] from='client.? 172.21.15.38:0/265870859' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77c1d909-4aff-4552-8c47-5f864096debe"}]': finished 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:58.464834+0000 mon.smithi038 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.464946+0000 mon.smithi038 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.465339+0000 mon.smithi038 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.465562+0000 mon.smithi038 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.465783+0000 mon.smithi038 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.466001+0000 mon.smithi038 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.466228+0000 mon.smithi038 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.466474+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:08:58.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:08:58.466656+0000 mon.smithi038 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:08:59.674 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:08:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:08:58.150792+0000 mgr.smithi038.gyuhij (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:08:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:08:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:08:58.150792+0000 mgr.smithi038.gyuhij (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:00.102 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:00.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:00.044415+0000 mon.smithi038 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.38:0/4173892075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:09:00.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:00.103288+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.38:0/1543837415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:00.780 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:00.838 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:00.044415+0000 mon.smithi038 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.38:0/4173892075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T04:09:00.838 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:00.103288+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.38:0/1543837415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:00.151048+0000 mgr.smithi038.gyuhij (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:01.781 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:01.898 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:00.151048+0000 mgr.smithi038.gyuhij (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:02.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:02.234011+0000 mon.smithi038 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T04:09:02.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:02.234694+0000 mon.smithi038 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:02.905 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:02.234011+0000 mon.smithi038 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T04:09:02.905 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:02.234694+0000 mon.smithi038 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:03.561 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:02.151337+0000 mgr.smithi038.gyuhij (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:03.561 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:02.235309+0000 mgr.smithi038.gyuhij (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi192 2024-02-13T04:09:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:02.151337+0000 mgr.smithi038.gyuhij (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:04.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:02.235309+0000 mgr.smithi038.gyuhij (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi192 2024-02-13T04:09:04.041 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:04.041872+0000 mon.smithi038 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.38:0/2824378226' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:04.775 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:04.785 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:04.041872+0000 mon.smithi038 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.38:0/2824378226' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:05.724 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:04.151556+0000 mgr.smithi038.gyuhij (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:04.151556+0000 mgr.smithi038.gyuhij (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:05.776 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:07.870 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:06.151905+0000 mgr.smithi038.gyuhij (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:07.871 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:07.128658+0000 mon.smithi038 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:07.871 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:07.129353+0000 mon.smithi038 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T04:09:07.871 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:07.129944+0000 mon.smithi038 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:07.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:06.151905+0000 mgr.smithi038.gyuhij (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:07.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:07.128658+0000 mon.smithi038 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:07.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:07.129353+0000 mon.smithi038 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T04:09:07.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:07.129944+0000 mon.smithi038 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:08.606 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:08.610 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:07.130494+0000 mgr.smithi038.gyuhij (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.2 on smithi192 2024-02-13T04:09:08.876 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:07.130494+0000 mgr.smithi038.gyuhij (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.2 on smithi192 2024-02-13T04:09:09.473 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:09.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:08.152331+0000 mgr.smithi038.gyuhij (mgr.14180) 96 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:09.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:08.606996+0000 mon.smithi038 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.38:0/55931640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:09.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:08.899401+0000 mon.smithi038 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T04:09:09.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:08.900054+0000 mon.smithi038 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:09.936 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:08.152331+0000 mgr.smithi038.gyuhij (mgr.14180) 96 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:09.936 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:08.606996+0000 mon.smithi038 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.38:0/55931640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:09.936 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:08.899401+0000 mon.smithi038 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T04:09:09.936 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:08.900054+0000 mon.smithi038 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:10.509 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:10.858 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:08.900584+0000 mgr.smithi038.gyuhij (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-02-13T04:09:10.858 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:10.243480+0000 mon.smithi192 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T04:09:10.858 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:10.243849+0000 mon.smithi038 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T04:09:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:08.900584+0000 mgr.smithi038.gyuhij (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-02-13T04:09:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:10.243480+0000 mon.smithi192 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T04:09:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:10.243849+0000 mon.smithi038 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T04:09:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:10.152687+0000 mgr.smithi038.gyuhij (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:11.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.185537+0000 mon.smithi038 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T04:09:11.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:11.185589+0000 mon.smithi038 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T04:09:11.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.185688+0000 mon.smithi038 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:11.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.185950+0000 mon.smithi038 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:11.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186096+0000 mon.smithi038 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186302+0000 mon.smithi038 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186433+0000 mon.smithi192 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186457+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186609+0000 mon.smithi038 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.186814+0000 mon.smithi038 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:11.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.187016+0000 mon.smithi038 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:11.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:11.187205+0000 mon.smithi038 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:10.152687+0000 mgr.smithi038.gyuhij (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.185537+0000 mon.smithi038 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:11.185589+0000 mon.smithi038 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.185688+0000 mon.smithi038 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.185950+0000 mon.smithi038 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186096+0000 mon.smithi038 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186302+0000 mon.smithi038 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186433+0000 mon.smithi192 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186457+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186609+0000 mon.smithi038 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.186814+0000 mon.smithi038 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.187016+0000 mon.smithi038 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:11.187205+0000 mon.smithi038 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:13.307 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:12.153017+0000 mgr.smithi038.gyuhij (mgr.14180) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.191588+0000 mon.smithi038 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:12.191646+0000 mon.smithi038 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.191751+0000 mon.smithi038 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192055+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192197+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192341+0000 mon.smithi038 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192480+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192614+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192748+0000 mon.smithi038 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.192883+0000 mon.smithi038 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:13.308 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.194480+0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:13.309 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.437308+0000 mon.smithi038 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:13.309 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.437981+0000 mon.smithi038 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T04:09:13.309 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:12.438697+0000 mon.smithi038 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:13.309 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:12.439281+0000 mgr.smithi038.gyuhij (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-02-13T04:09:13.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:12.153017+0000 mgr.smithi038.gyuhij (mgr.14180) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:13.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.191588+0000 mon.smithi038 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:13.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:12.191646+0000 mon.smithi038 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.191751+0000 mon.smithi038 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192055+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192197+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192341+0000 mon.smithi038 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192480+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192614+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192748+0000 mon.smithi038 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.192883+0000 mon.smithi038 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.194480+0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.437308+0000 mon.smithi038 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.437981+0000 mon.smithi038 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:12.438697+0000 mon.smithi038 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:13.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:12.439281+0000 mgr.smithi038.gyuhij (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-02-13T04:09:13.665 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:11.213746+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:11.213818+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:13.193166+0000 mon.smithi038 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483] boot 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:13.193198+0000 mon.smithi038 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.195997+0000 mon.smithi038 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.196311+0000 mon.smithi038 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.196492+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.196621+0000 mon.smithi038 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:14.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.200651+0000 mon.smithi038 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:14.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.200806+0000 mon.smithi038 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:14.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.200948+0000 mon.smithi038 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:14.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.201085+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:14.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:13.665774+0000 mon.smithi038 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.38:0/312137746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:14.372 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1707797353,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:11.213746+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:11.213818+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:13.193166+0000 mon.smithi038 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.192:6800/229394483,v1:172.21.15.192:6801/229394483] boot 2024-02-13T04:09:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:13.193198+0000 mon.smithi038 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T04:09:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.195997+0000 mon.smithi038 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.196311+0000 mon.smithi038 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.196492+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.196621+0000 mon.smithi038 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.200651+0000 mon.smithi038 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.200806+0000 mon.smithi038 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.200948+0000 mon.smithi038 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.201085+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:14.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:13.665774+0000 mon.smithi038 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.38:0/312137746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:15.374 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:14.153433+0000 mgr.smithi038.gyuhij (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:14.206610+0000 mon.smithi038 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T04:09:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.206703+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207028+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207184+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207346+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207515+0000 mon.smithi038 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207662+0000 mon.smithi038 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:14.207817+0000 mon.smithi038 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:14.153433+0000 mgr.smithi038.gyuhij (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T04:09:15.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:14.206610+0000 mon.smithi038 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.206703+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207028+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207184+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207346+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207515+0000 mon.smithi038 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207662+0000 mon.smithi038 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:15.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:14.207817+0000 mon.smithi038 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:15.549973+0000 mon.smithi192 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T04:09:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:15.550277+0000 mon.smithi038 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T04:09:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:15.635317+0000 mon.smithi038 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:15.635989+0000 mon.smithi038 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T04:09:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:15.636568+0000 mon.smithi038 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:16.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:15.549973+0000 mon.smithi192 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T04:09:16.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:15.550277+0000 mon.smithi038 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T04:09:16.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:15.635317+0000 mon.smithi038 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:16.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:15.635989+0000 mon.smithi038 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T04:09:16.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:15.636568+0000 mon.smithi038 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:15.637079+0000 mgr.smithi038.gyuhij (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:16.153970+0000 mgr.smithi038.gyuhij (mgr.14180) 103 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.211577+0000 mon.smithi038 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:16.211626+0000 mon.smithi038 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.211741+0000 mon.smithi038 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.211986+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:17.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212157+0000 mon.smithi038 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212316+0000 mon.smithi038 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212520+0000 mon.smithi038 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212669+0000 mon.smithi038 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212821+0000 mon.smithi192 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.212835+0000 mon.smithi038 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:16.213153+0000 mon.smithi038 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:17.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:15.637079+0000 mgr.smithi038.gyuhij (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:16.153970+0000 mgr.smithi038.gyuhij (mgr.14180) 103 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.211577+0000 mon.smithi038 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:16.211626+0000 mon.smithi038 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.211741+0000 mon.smithi038 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.211986+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212157+0000 mon.smithi038 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212316+0000 mon.smithi038 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212520+0000 mon.smithi038 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212669+0000 mon.smithi038 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212821+0000 mon.smithi192 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.212835+0000 mon.smithi038 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:17.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:16.213153+0000 mon.smithi038 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.215445+0000 mon.smithi038 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:17.215505+0000 mon.smithi038 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.215921+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.216216+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.216381+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.216581+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.216765+0000 mon.smithi038 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.219948+0000 mon.smithi038 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:18.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.220105+0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:18.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.220294+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:18.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.990051+0000 mon.smithi038 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:18.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.990824+0000 mon.smithi038 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T04:09:18.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:17.991622+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:18.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.215445+0000 mon.smithi038 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:18.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:17.215505+0000 mon.smithi038 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-13T04:09:18.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.215921+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:18.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.216216+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.216381+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.216581+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.216765+0000 mon.smithi038 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.219948+0000 mon.smithi038 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.220105+0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.220294+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.990051+0000 mon.smithi038 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.990824+0000 mon.smithi038 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T04:09:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:17.991622+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:18.553 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:19.471 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1707797358,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:16.532365+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:16.532428+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:17.992323+0000 mgr.smithi038.gyuhij (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:18.154299+0000 mgr.smithi038.gyuhij (mgr.14180) 105 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:18.222307+0000 mon.smithi038 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227] boot 2024-02-13T04:09:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:18.222351+0000 mon.smithi038 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.222823+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.223126+0000 mon.smithi038 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.223329+0000 mon.smithi038 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.226593+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.226942+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.227132+0000 mon.smithi038 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.227332+0000 mon.smithi038 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.553565+0000 mon.smithi038 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.38:0/453000671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:19.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:18.739218+0000 mon.smithi038 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T04:09:19.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:16.532365+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:16.532428+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:17.992323+0000 mgr.smithi038.gyuhij (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:18.154299+0000 mgr.smithi038.gyuhij (mgr.14180) 105 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:18.222307+0000 mon.smithi038 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.192:6808/2636771227,v1:172.21.15.192:6809/2636771227] boot 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:18.222351+0000 mon.smithi038 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.222823+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.223126+0000 mon.smithi038 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.223329+0000 mon.smithi038 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.226593+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.226942+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.227132+0000 mon.smithi038 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.227332+0000 mon.smithi038 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.553565+0000 mon.smithi038 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.38:0/453000671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:19.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:18.739218+0000 mon.smithi038 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T04:09:20.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.232109+0000 mon.smithi038 (mon.0) 425 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T04:09:20.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:19.232153+0000 mon.smithi038 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-13T04:09:20.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.232270+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:20.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.232664+0000 mon.smithi038 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:20.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.232910+0000 mon.smithi038 (mon.0) 429 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:20.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.233216+0000 mon.smithi038 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:20.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.233449+0000 mon.smithi038 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:20.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.233673+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:20.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:19.233885+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:20.416 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.232109+0000 mon.smithi038 (mon.0) 425 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:19.232153+0000 mon.smithi038 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.232270+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.232664+0000 mon.smithi038 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.232910+0000 mon.smithi038 (mon.0) 429 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.233216+0000 mon.smithi038 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.233449+0000 mon.smithi038 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.233673+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:20.417 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:19.233885+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:20.473 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:21.352 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:20.154543+0000 mgr.smithi038.gyuhij (mgr.14180) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T04:09:21.352 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.240027+0000 mon.smithi038 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:20.240121+0000 mon.smithi038 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.240444+0000 mon.smithi038 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.240782+0000 mon.smithi038 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.241169+0000 mon.smithi038 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.241354+0000 mon.smithi038 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.241513+0000 mon.smithi038 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.241685+0000 mon.smithi038 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:20.243806+0000 mon.smithi038 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.088905+0000 mon.smithi192 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T04:09:21.353 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.089199+0000 mon.smithi038 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:20.154543+0000 mgr.smithi038.gyuhij (mgr.14180) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.240027+0000 mon.smithi038 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:20.240121+0000 mon.smithi038 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.240444+0000 mon.smithi038 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.240782+0000 mon.smithi038 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.241169+0000 mon.smithi038 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.241354+0000 mon.smithi038 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.241513+0000 mon.smithi038 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.241685+0000 mon.smithi038 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:21.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:20.243806+0000 mon.smithi038 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:21.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.088905+0000 mon.smithi192 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T04:09:21.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.089199+0000 mon.smithi038 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:19.754429+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:19.754513+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:21.241762+0000 mon.smithi038 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596] boot 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.241819+0000 mon.smithi038 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:21.241895+0000 mon.smithi038 (mon.0) 446 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.242391+0000 mon.smithi192 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.242776+0000 mon.smithi038 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.243202+0000 mon.smithi038 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.243588+0000 mon.smithi038 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.243826+0000 mon.smithi038 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.244062+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:22.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.248060+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:22.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.248325+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:22.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:21.248634+0000 mon.smithi038 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:09:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:19.754429+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:19.754513+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:21.241762+0000 mon.smithi038 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.38:6802/1000015596,v1:172.21.15.38:6803/1000015596] boot 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.241819+0000 mon.smithi038 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:21.241895+0000 mon.smithi038 (mon.0) 446 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.242391+0000 mon.smithi192 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.242776+0000 mon.smithi038 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.243202+0000 mon.smithi038 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.243588+0000 mon.smithi038 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.243826+0000 mon.smithi038 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.244062+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.248060+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:22.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.248325+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:22.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:21.248634+0000 mon.smithi038 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:09:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:23.522 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:22.154854+0000 mgr.smithi038.gyuhij (mgr.14180) 107 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T04:09:23.522 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.244419+0000 mon.smithi038 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:23.522 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.244489+0000 mon.smithi038 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:09:23.522 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:22.244534+0000 mon.smithi038 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.244648+0000 mon.smithi038 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.245323+0000 mon.smithi038 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.245602+0000 mon.smithi038 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.247740+0000 mon.smithi038 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.247952+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.248177+0000 mon.smithi038 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.248577+0000 mon.smithi038 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T04:09:23.523 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:22.787778+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.38:0/1293460834' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.124053+0000 mon.smithi038 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.245820+0000 mon.smithi038 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:23.245902+0000 mon.smithi038 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850] boot 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:23.245943+0000 mon.smithi038 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.246058+0000 mon.smithi038 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.246377+0000 mon.smithi038 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.246593+0000 mon.smithi038 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:23.524 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.246800+0000 mon.smithi038 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:23.525 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:23.246989+0000 mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:22.154854+0000 mgr.smithi038.gyuhij (mgr.14180) 107 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.244419+0000 mon.smithi038 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.244489+0000 mon.smithi038 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:22.244534+0000 mon.smithi038 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.244648+0000 mon.smithi038 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.245323+0000 mon.smithi038 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.245602+0000 mon.smithi038 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.247740+0000 mon.smithi038 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.247952+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.248177+0000 mon.smithi038 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.248577+0000 mon.smithi038 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:22.787778+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.38:0/1293460834' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.124053+0000 mon.smithi038 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.245820+0000 mon.smithi038 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:23.245902+0000 mon.smithi038 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.192:6816/3968317850,v1:172.21.15.192:6817/3968317850] boot 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:23.245943+0000 mon.smithi038 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.246058+0000 mon.smithi038 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.246377+0000 mon.smithi038 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.246593+0000 mon.smithi038 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.246800+0000 mon.smithi038 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:23.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:23.246989+0000 mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:23.638 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1707797361,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:22.098723+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:24.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:22.098789+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:24.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.189190+0000 mon.smithi038 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:24.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.189929+0000 mon.smithi038 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T04:09:24.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.190512+0000 mon.smithi038 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:24.623 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:22.098723+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:24.623 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:22.098789+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:24.623 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.189190+0000 mon.smithi038 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:24.624 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.189929+0000 mon.smithi038 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T04:09:24.624 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.190512+0000 mon.smithi038 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:24.639 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:25.650 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:24.155228+0000 mgr.smithi038.gyuhij (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:25.650 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:24.191011+0000 mgr.smithi038.gyuhij (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-02-13T04:09:25.650 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:24.268859+0000 mon.smithi038 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-13T04:09:25.650 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.269107+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:25.650 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.269524+0000 mon.smithi038 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:25.651 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.269769+0000 mon.smithi038 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:25.651 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:24.270015+0000 mon.smithi038 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:24.155228+0000 mgr.smithi038.gyuhij (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:24.191011+0000 mgr.smithi038.gyuhij (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:24.268859+0000 mon.smithi038 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.269107+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.269524+0000 mon.smithi038 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.269769+0000 mon.smithi038 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:25.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:24.270015+0000 mon.smithi038 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:27.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:26.014312+0000 mon.smithi038 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:27.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:26.155469+0000 mgr.smithi038.gyuhij (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:27.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:26.236419+0000 mon.smithi192 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T04:09:27.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:26.236791+0000 mon.smithi038 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T04:09:27.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:26.014312+0000 mon.smithi038 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:27.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:26.155469+0000 mgr.smithi038.gyuhij (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:27.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:26.236419+0000 mon.smithi192 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T04:09:27.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:26.236791+0000 mon.smithi038 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T04:09:28.446 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.025583+0000 mon.smithi038 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:27.025630+0000 mon.smithi038 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.025754+0000 mon.smithi038 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.026058+0000 mon.smithi038 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.026252+0000 mon.smithi038 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:28.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.026407+0000 mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:28.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.026660+0000 mon.smithi192 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:28.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.026936+0000 mon.smithi038 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:28.475 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:27.316780+0000 mon.smithi038 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T04:09:28.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.025583+0000 mon.smithi038 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T04:09:28.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:27.025630+0000 mon.smithi038 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-13T04:09:28.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.025754+0000 mon.smithi038 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:28.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.026058+0000 mon.smithi038 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:28.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.026252+0000 mon.smithi038 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:28.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.026407+0000 mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:28.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.026660+0000 mon.smithi192 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:28.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.026936+0000 mon.smithi038 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-02-13T04:09:28.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:27.316780+0000 mon.smithi038 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T04:09:29.147 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":28,"num_osds":8,"num_up_osds":4,"osd_up_since":1707797363,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.024278+0000 mon.smithi038 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.024351+0000 mon.smithi038 (mon.0) 494 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:28.024399+0000 mon.smithi038 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.024722+0000 mon.smithi038 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.024969+0000 mon.smithi038 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.025166+0000 mon.smithi038 (mon.0) 498 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.025366+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:29.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.025554+0000 mon.smithi038 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:29.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.029644+0000 mon.smithi038 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:29.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:28.155755+0000 mgr.smithi038.gyuhij (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:29.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:28.446270+0000 mon.smithi038 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.38:0/3205785700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:29.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.024278+0000 mon.smithi038 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-02-13T04:09:29.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.024351+0000 mon.smithi038 (mon.0) 494 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T04:09:29.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:28.024399+0000 mon.smithi038 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-13T04:09:29.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.024722+0000 mon.smithi038 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.024969+0000 mon.smithi038 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.025166+0000 mon.smithi038 (mon.0) 498 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.025366+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.025554+0000 mon.smithi038 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.029644+0000 mon.smithi038 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:28.155755+0000 mgr.smithi038.gyuhij (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T04:09:29.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:28.446270+0000 mon.smithi038 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.38:0/3205785700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:30.149 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:30.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:27.226996+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:30.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:27.227048+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:30.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.029487+0000 mon.smithi038 (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:29.029560+0000 mon.smithi038 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792] boot 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:29.029584+0000 mon.smithi038 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.030130+0000 mon.smithi038 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.030492+0000 mon.smithi038 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.033962+0000 mon.smithi038 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.034309+0000 mon.smithi038 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:29.034825+0000 mon.smithi038 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.033219+0000 mon.smithi038 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:30.036032+0000 mon.smithi038 (mon.0) 512 : cluster [INF] osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631] boot 2024-02-13T04:09:30.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:30.036083+0000 mon.smithi038 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-13T04:09:30.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:27.226996+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:27.227048+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.029487+0000 mon.smithi038 (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:29.029560+0000 mon.smithi038 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.192:6824/783895792,v1:172.21.15.192:6825/783895792] boot 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:29.029584+0000 mon.smithi038 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.030130+0000 mon.smithi038 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.030492+0000 mon.smithi038 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.033962+0000 mon.smithi038 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.034309+0000 mon.smithi038 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:29.034825+0000 mon.smithi038 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.033219+0000 mon.smithi038 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:30.036032+0000 mon.smithi038 (mon.0) 512 : cluster [INF] osd.3 [v2:172.21.15.38:6810/2501302631,v1:172.21.15.38:6811/2501302631] boot 2024-02-13T04:09:30.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:30.036083+0000 mon.smithi038 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-13T04:09:31.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:28.338979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:31.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:28.339038+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:31.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.036425+0000 mon.smithi038 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.037426+0000 mon.smithi038 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.037654+0000 mon.smithi038 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:30.156001+0000 mgr.smithi038.gyuhij (mgr.14180) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:30.182992+0000 mon.smithi038 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.183458+0000 mon.smithi038 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:31.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:30.183708+0000 mon.smithi038 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:31.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:28.338979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:31.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:28.339038+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:31.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.036425+0000 mon.smithi038 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T04:09:31.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.037426+0000 mon.smithi038 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:31.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.037654+0000 mon.smithi038 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:31.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:30.156001+0000 mgr.smithi038.gyuhij (mgr.14180) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T04:09:31.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:30.182992+0000 mon.smithi038 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-13T04:09:31.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.183458+0000 mon.smithi038 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:31.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:30.183708+0000 mon.smithi038 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:31.182370+0000 mon.smithi038 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-13T04:09:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:31.182504+0000 mon.smithi038 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:31.182832+0000 mon.smithi038 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:31.225303+0000 mon.smithi038 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:31.226082+0000 mon.smithi038 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T04:09:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:31.226644+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:31.227171+0000 mgr.smithi038.gyuhij (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:31.182370+0000 mon.smithi038 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:31.182504+0000 mon.smithi038 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:31.182832+0000 mon.smithi038 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:31.225303+0000 mon.smithi038 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:31.226082+0000 mon.smithi038 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:31.226644+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:31.227171+0000 mgr.smithi038.gyuhij (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-02-13T04:09:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:32.156474+0000 mgr.smithi038.gyuhij (mgr.14180) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:32.852216+0000 mon.smithi038 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.38:0/3950887619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:33.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:32.156474+0000 mgr.smithi038.gyuhij (mgr.14180) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:33.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:32.852216+0000 mon.smithi038 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.38:0/3950887619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:33.565 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:34.101 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1707797370,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:35.103 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:35.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:34.156805+0000 mgr.smithi038.gyuhij (mgr.14180) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:35.425 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:34.344251+0000 mon.smithi038 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T04:09:35.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:34.156805+0000 mgr.smithi038.gyuhij (mgr.14180) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:35.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:34.344251+0000 mon.smithi038 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T04:09:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:35.235678+0000 mon.smithi038 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T04:09:36.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:35.235725+0000 mon.smithi038 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-13T04:09:36.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:35.235864+0000 mon.smithi038 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:36.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:35.236311+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:36.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:35.236590+0000 mon.smithi038 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:35.235678+0000 mon.smithi038 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T04:09:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:35.235725+0000 mon.smithi038 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-13T04:09:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:35.235864+0000 mon.smithi038 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:35.236311+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:36.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:35.236590+0000 mon.smithi038 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:37.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:36.157066+0000 mgr.smithi038.gyuhij (mgr.14180) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:37.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:36.242791+0000 mon.smithi038 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:37.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:36.242836+0000 mon.smithi038 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-13T04:09:37.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:36.243076+0000 mon.smithi038 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:37.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:36.243368+0000 mon.smithi038 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:37.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:36.246264+0000 mon.smithi038 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:36.157066+0000 mgr.smithi038.gyuhij (mgr.14180) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:36.242791+0000 mon.smithi038 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:36.242836+0000 mon.smithi038 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:36.243076+0000 mon.smithi038 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:36.243368+0000 mon.smithi038 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:36.246264+0000 mon.smithi038 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:37.822 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:35.333462+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:35.333557+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:37.252614+0000 mon.smithi038 (mon.0) 538 : cluster [INF] osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400] boot 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:37.252645+0000 mon.smithi038 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:37.252999+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:37.253443+0000 mon.smithi038 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:38.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:37.823194+0000 mon.smithi038 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.38:0/94036740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:38.470 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1707797377,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:35.333462+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:35.333557+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:37.252614+0000 mon.smithi038 (mon.0) 538 : cluster [INF] osd.5 [v2:172.21.15.38:6818/1980464400,v1:172.21.15.38:6819/1980464400] boot 2024-02-13T04:09:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:37.252645+0000 mon.smithi038 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-13T04:09:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:37.252999+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T04:09:38.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:37.253443+0000 mon.smithi038 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:38.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:37.823194+0000 mon.smithi038 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.38:0/94036740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:39.470 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:39.579 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:38.157366+0000 mgr.smithi038.gyuhij (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:39.579 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:38.268382+0000 mon.smithi038 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-13T04:09:39.579 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:38.268490+0000 mon.smithi038 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:38.157366+0000 mgr.smithi038.gyuhij (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T04:09:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:38.268382+0000 mon.smithi038 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-13T04:09:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:38.268490+0000 mon.smithi038 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:40.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:39.739709+0000 mon.smithi038 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:40.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:40.157666+0000 mgr.smithi038.gyuhij (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:39.739709+0000 mon.smithi038 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:40.157666+0000 mgr.smithi038.gyuhij (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:42.227 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:43.186 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1707797377,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:43.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:42.157972+0000 mgr.smithi038.gyuhij (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:43.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:42.227871+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.38:0/493419772' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:43.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:42.836241+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T04:09:43.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:42.157972+0000 mgr.smithi038.gyuhij (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:43.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:42.227871+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.38:0/493419772' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:43.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:42.836241+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T04:09:44.187 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:43.218019+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:43.218082+0000 mon.smithi038 (mon.0) 549 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:43.218465+0000 mon.smithi038 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:43.218752+0000 mon.smithi038 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:44.220730+0000 mon.smithi038 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:44.220786+0000 mon.smithi038 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-13T04:09:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:44.220925+0000 mon.smithi038 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:43.218019+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:43.218082+0000 mon.smithi038 (mon.0) 549 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:43.218465+0000 mon.smithi038 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:43.218752+0000 mon.smithi038 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:44.220730+0000 mon.smithi038 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:44.220786+0000 mon.smithi038 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-13T04:09:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:44.220925+0000 mon.smithi038 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:44.158440+0000 mgr.smithi038.gyuhij (mgr.14180) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:44.224401+0000 mon.smithi038 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:44.559785+0000 mon.smithi038 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:44.562266+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:45.185401+0000 mon.smithi038 (mon.0) 558 : cluster [INF] osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372] boot 2024-02-13T04:09:45.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:45.185427+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T04:09:45.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:45.185794+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:45.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:44.158440+0000 mgr.smithi038.gyuhij (mgr.14180) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:44.224401+0000 mon.smithi038 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:44.559785+0000 mon.smithi038 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:44.562266+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:45.185401+0000 mon.smithi038 (mon.0) 558 : cluster [INF] osd.7 [v2:172.21.15.38:6826/4151085372,v1:172.21.15.38:6827/4151085372] boot 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:45.185427+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T04:09:45.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:45.185794+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T04:09:46.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:43.879112+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:46.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:43.879162+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:46.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:46.194093+0000 mon.smithi038 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T04:09:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:43.879112+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T04:09:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:43.879162+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T04:09:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:46.194093+0000 mon.smithi038 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T04:09:46.883 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:47.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:46.158715+0000 mgr.smithi038.gyuhij (mgr.14180) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:47.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:46.521859+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:47.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:46.884261+0000 mon.smithi038 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.38:0/104264920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:47.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:47.195234+0000 mon.smithi038 (mon.0) 564 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T04:09:47.663 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1707797385,"num_in_osds":8,"osd_in_since":1707797338,"num_remapped_pgs":0} 2024-02-13T04:09:47.663 INFO:tasks.cephadm:Setting up client nodes... 2024-02-13T04:09:47.664 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T04:09:47.878 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:46.158715+0000 mgr.smithi038.gyuhij (mgr.14180) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:47.878 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:46.521859+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:47.878 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:46.884261+0000 mon.smithi038 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.38:0/104264920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T04:09:47.878 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:47.195234+0000 mon.smithi038 (mon.0) 564 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T04:09:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:48.159187+0000 mgr.smithi038.gyuhij (mgr.14180) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:49.885 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:48.159187+0000 mgr.smithi038.gyuhij (mgr.14180) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:50.519 INFO:teuthology.orchestra.run.smithi038.stdout:[client.0] 2024-02-13T04:09:50.519 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQCO68pl6auuHhAAjWl4bWbQROsjRfD9nt81Sw== 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:50.116834+0000 mgr.smithi038.gyuhij (mgr.14180) 123 : cephadm [INF] Detected new or changed devices on smithi192 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.121646+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:50.159420+0000 mgr.smithi038.gyuhij (mgr.14180) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.402470+0000 mon.smithi038 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.403255+0000 mon.smithi038 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.404119+0000 mon.smithi038 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.404934+0000 mon.smithi038 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.352 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:50.405556+0000 mgr.smithi038.gyuhij (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 3992M 2024-02-13T04:09:51.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.411282+0000 mon.smithi038 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:51.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.514599+0000 mon.smithi038 (mon.0) 571 : audit [INF] from='client.? 172.21.15.38:0/2154687688' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T04:09:51.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:50.519920+0000 mon.smithi038 (mon.0) 572 : audit [INF] from='client.? 172.21.15.38:0/2154687688' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T04:09:51.374 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:09:51.374 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-13T04:09:51.374 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-13T04:09:51.417 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:50.116834+0000 mgr.smithi038.gyuhij (mgr.14180) 123 : cephadm [INF] Detected new or changed devices on smithi192 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.121646+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:50.159420+0000 mgr.smithi038.gyuhij (mgr.14180) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.402470+0000 mon.smithi038 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.403255+0000 mon.smithi038 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.404119+0000 mon.smithi038 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.404934+0000 mon.smithi038 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:51.451 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:50.405556+0000 mgr.smithi038.gyuhij (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 3992M 2024-02-13T04:09:51.452 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.411282+0000 mon.smithi038 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:51.452 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.514599+0000 mon.smithi038 (mon.0) 571 : audit [INF] from='client.? 172.21.15.38:0/2154687688' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T04:09:51.452 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:50.519920+0000 mon.smithi038 (mon.0) 572 : audit [INF] from='client.? 172.21.15.38:0/2154687688' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T04:09:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:52.159729+0000 mgr.smithi038.gyuhij (mgr.14180) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:52.871198+0000 mon.smithi038 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:53.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:52.159729+0000 mgr.smithi038.gyuhij (mgr.14180) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:53.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:52.871198+0000 mon.smithi038 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:53.562 INFO:teuthology.orchestra.run.smithi192.stdout:[client.1] 2024-02-13T04:09:53.563 INFO:teuthology.orchestra.run.smithi192.stdout: key = AQCR68pl2PhOIRAAeOFEMAVyJMUB+9iNZreCUQ== 2024-02-13T04:09:54.213 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:09:54.213 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-13T04:09:54.213 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-13T04:09:54.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:53.558152+0000 mon.smithi192 (mon.1) 18 : audit [INF] from='client.? 172.21.15.192:0/1989214674' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T04:09:54.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:53.558672+0000 mon.smithi038 (mon.0) 574 : 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-13T04:09:54.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:53.563141+0000 mon.smithi038 (mon.0) 575 : 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-13T04:09:54.296 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T04:09:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:53.558152+0000 mon.smithi192 (mon.1) 18 : audit [INF] from='client.? 172.21.15.192:0/1989214674' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T04:09:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:53.558672+0000 mon.smithi038 (mon.0) 574 : 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-13T04:09:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:53.563141+0000 mon.smithi038 (mon.0) 575 : 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-13T04:09:54.871 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:09:55.829 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:54.160027+0000 mgr.smithi038.gyuhij (mgr.14180) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:55.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:54.160027+0000 mgr.smithi038.gyuhij (mgr.14180) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:56.940 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:09:56.941 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":41,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","created":"2024-02-13T04:05:24.538204+0000","modified":"2024-02-13T04:09:47.190436+0000","last_up_change":"2024-02-13T04:09:45.180719+0000","last_in_change":"2024-02-13T04:08:58.456554+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-13T04:09:21.687148+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":"26","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":"9afa7df1-af0c-4988-b4c7-98a3b53cafc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6801","nonce":229394483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6803","nonce":229394483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6807","nonce":229394483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6805","nonce":229394483}]},"public_addr":"172.21.15.192:6801/229394483","cluster_addr":"172.21.15.192:6803/229394483","heartbeat_back_addr":"172.21.15.192:6807/229394483","heartbeat_front_addr":"172.21.15.192:6805/229394483","state":["exists","up"]},{"osd":1,"uuid":"d1d2d083-b439-4c60-bb17-9a2111a1178c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6803","nonce":1000015596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6805","nonce":1000015596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6809","nonce":1000015596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6807","nonce":1000015596}]},"public_addr":"172.21.15.38:6803/1000015596","cluster_addr":"172.21.15.38:6805/1000015596","heartbeat_back_addr":"172.21.15.38:6809/1000015596","heartbeat_front_addr":"172.21.15.38:6807/1000015596","state":["exists","up"]},{"osd":2,"uuid":"a5f6107a-fe64-4077-804d-3136e040c3b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6809","nonce":2636771227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6811","nonce":2636771227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6815","nonce":2636771227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6813","nonce":2636771227}]},"public_addr":"172.21.15.192:6809/2636771227","cluster_addr":"172.21.15.192:6811/2636771227","heartbeat_back_addr":"172.21.15.192:6815/2636771227","heartbeat_front_addr":"172.21.15.192:6813/2636771227","state":["exists","up"]},{"osd":3,"uuid":"b217cc27-82b2-4746-9756-8a03c999b448","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6811","nonce":2501302631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6813","nonce":2501302631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6817","nonce":2501302631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6815","nonce":2501302631}]},"public_addr":"172.21.15.38:6811/2501302631","cluster_addr":"172.21.15.38:6813/2501302631","heartbeat_back_addr":"172.21.15.38:6817/2501302631","heartbeat_front_addr":"172.21.15.38:6815/2501302631","state":["exists","up"]},{"osd":4,"uuid":"dbbc2347-a2b5-4abc-9711-afd6e075a9f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6817","nonce":3968317850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6819","nonce":3968317850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6823","nonce":3968317850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6821","nonce":3968317850}]},"public_addr":"172.21.15.192:6817/3968317850","cluster_addr":"172.21.15.192:6819/3968317850","heartbeat_back_addr":"172.21.15.192:6823/3968317850","heartbeat_front_addr":"172.21.15.192:6821/3968317850","state":["exists","up"]},{"osd":5,"uuid":"94db5cbe-89c7-4c70-8c18-ce475168f8e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6819","nonce":1980464400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6821","nonce":1980464400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6825","nonce":1980464400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6823","nonce":1980464400}]},"public_addr":"172.21.15.38:6819/1980464400","cluster_addr":"172.21.15.38:6821/1980464400","heartbeat_back_addr":"172.21.15.38:6825/1980464400","heartbeat_front_addr":"172.21.15.38:6823/1980464400","state":["exists","up"]},{"osd":6,"uuid":"5ab77850-a927-4518-8117-e8ca182510c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6825","nonce":783895792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6827","nonce":783895792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6831","nonce":783895792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6829","nonce":783895792}]},"public_addr":"172.21.15.192:6825/783895792","cluster_addr":"172.21.15.192:6827/783895792","heartbeat_back_addr":"172.21.15.192:6831/783895792","heartbeat_front_addr":"172.21.15.192:6829/783895792","state":["exists","up"]},{"osd":7,"uuid":"77c1d909-4aff-4552-8c47-5f864096debe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6827","nonce":4151085372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6829","nonce":4151085372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6833","nonce":4151085372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6831","nonce":4151085372}]},"public_addr":"172.21.15.38:6827/4151085372","cluster_addr":"172.21.15.38:6829/4151085372","heartbeat_back_addr":"172.21.15.38:6833/4151085372","heartbeat_front_addr":"172.21.15.38:6831/4151085372","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-13T04:09:11.213820+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-13T04:09:19.754518+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-13T04:09:16.532431+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-13T04:09:28.339042+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-13T04:09:22.098792+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-13T04:09:35.333560+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-13T04:09:27.227051+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-13T04:09:43.879164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:6800/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/963650179":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/1176508291":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/588262471":"2024-02-14T04:07:10.129226+0000","172.21.15.38:0/1805378908":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/1264783690":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6800/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:6800/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/3393105654":"2024-02-14T04:05:50.061197+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-13T04:09:57.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:56.160308+0000 mgr.smithi038.gyuhij (mgr.14180) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:57.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:56.940530+0000 mon.smithi038 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.38:0/2768316032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:09:57.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:57.566726+0000 mon.smithi038 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:57.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:56.160308+0000 mgr.smithi038.gyuhij (mgr.14180) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:57.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:56.940530+0000 mon.smithi038 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.38:0/2768316032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:09:57.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:57.566726+0000 mon.smithi038 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:58.001 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-13T04:09:21.687148+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': '26', '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-13T04:09:58.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-13T04:09:58.292 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:57.556900+0000 mgr.smithi038.gyuhij (mgr.14180) 129 : cephadm [INF] Detected new or changed devices on smithi038 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.114939+0000 mon.smithi038 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.115599+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.116109+0000 mon.smithi038 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.116656+0000 mon.smithi038 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.120979+0000 mon.smithi038 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.121968+0000 mon.smithi038 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.122578+0000 mon.smithi038 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.126483+0000 mon.smithi038 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.129971+0000 mon.smithi038 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.132714+0000 mon.smithi038 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.133643+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.133884+0000 mon.smithi038 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:58.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:09:58.134404+0000 mon.smithi038 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:57.556900+0000 mgr.smithi038.gyuhij (mgr.14180) 129 : cephadm [INF] Detected new or changed devices on smithi038 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.114939+0000 mon.smithi038 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.115599+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.116109+0000 mon.smithi038 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.116656+0000 mon.smithi038 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.120979+0000 mon.smithi038 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.121968+0000 mon.smithi038 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:58.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.122578+0000 mon.smithi038 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.126483+0000 mon.smithi038 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.129971+0000 mon.smithi038 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.132714+0000 mon.smithi038 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.133643+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.133884+0000 mon.smithi038 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:58.890 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:09:58.134404+0000 mon.smithi038 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:59.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:09:58.117079+0000 mgr.smithi038.gyuhij (mgr.14180) 130 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3225M 2024-02-13T04:09:59.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:09:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:09:58.160584+0000 mgr.smithi038.gyuhij (mgr.14180) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:09:59.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:09:58.117079+0000 mgr.smithi038.gyuhij (mgr.14180) 130 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3225M 2024-02-13T04:09:59.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:09:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:09:58.160584+0000 mgr.smithi038.gyuhij (mgr.14180) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:00.670 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2024-02-13T04:10:00.868 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:00.000170+0000 mon.smithi038 (mon.0) 591 : cluster [INF] overall HEALTH_OK 2024-02-13T04:10:00.868 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:00.389762+0000 mon.smithi038 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.38:0/3273787404' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T04:10:00.923 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:00.000170+0000 mon.smithi038 (mon.0) 591 : cluster [INF] overall HEALTH_OK 2024-02-13T04:10:00.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:00.389762+0000 mon.smithi038 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.38:0/3273787404' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T04:10:01.171 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-13T04:10:01.171 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-13T04:10:01.171 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-13T04:10:01.881 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:00.160857+0000 mgr.smithi038.gyuhij (mgr.14180) 132 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:00.160857+0000 mgr.smithi038.gyuhij (mgr.14180) 132 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:02.163 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:03.694 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:02.161145+0000 mgr.smithi038.gyuhij (mgr.14180) 133 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:02.161145+0000 mgr.smithi038.gyuhij (mgr.14180) 133 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:04.973 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:10:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:04.161533+0000 mgr.smithi038.gyuhij (mgr.14180) 134 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:04.895818+0000 mon.smithi038 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.38:0/1426514980' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T04:10:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:04.161533+0000 mgr.smithi038.gyuhij (mgr.14180) 134 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:04.895818+0000 mon.smithi038 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.38:0/1426514980' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T04:10:06.834 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi038.gyuhij","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":242255710},{"type":"v1","addr":"172.21.15.38:6801","nonce":242255710}]},"active_addr":"172.21.15.38:6801/242255710","active_change":"2024-02-13T04:07:10.129355+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi192.evqltq","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.38:8443/","prometheus":"http://172.21.15.38: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.38:0","nonce":577062202}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":781999068}]}]} 2024-02-13T04:10:06.838 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-13T04:10:06.838 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-13T04:10:06.838 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T04:10:07.307 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:07.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:06.161871+0000 mgr.smithi038.gyuhij (mgr.14180) 135 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:07.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:07.082047+0000 mon.smithi038 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:10:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:06.161871+0000 mgr.smithi038.gyuhij (mgr.14180) 135 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:07.082047+0000 mon.smithi038 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:10:09.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:08.162149+0000 mgr.smithi038.gyuhij (mgr.14180) 136 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:08.162149+0000 mgr.smithi038.gyuhij (mgr.14180) 136 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:11.276 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:10:11.276 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":41,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","created":"2024-02-13T04:05:24.538204+0000","modified":"2024-02-13T04:09:47.190436+0000","last_up_change":"2024-02-13T04:09:45.180719+0000","last_in_change":"2024-02-13T04:08:58.456554+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-13T04:09:21.687148+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":"26","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":"9afa7df1-af0c-4988-b4c7-98a3b53cafc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6801","nonce":229394483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6803","nonce":229394483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6807","nonce":229394483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6805","nonce":229394483}]},"public_addr":"172.21.15.192:6801/229394483","cluster_addr":"172.21.15.192:6803/229394483","heartbeat_back_addr":"172.21.15.192:6807/229394483","heartbeat_front_addr":"172.21.15.192:6805/229394483","state":["exists","up"]},{"osd":1,"uuid":"d1d2d083-b439-4c60-bb17-9a2111a1178c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6803","nonce":1000015596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6805","nonce":1000015596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6809","nonce":1000015596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6807","nonce":1000015596}]},"public_addr":"172.21.15.38:6803/1000015596","cluster_addr":"172.21.15.38:6805/1000015596","heartbeat_back_addr":"172.21.15.38:6809/1000015596","heartbeat_front_addr":"172.21.15.38:6807/1000015596","state":["exists","up"]},{"osd":2,"uuid":"a5f6107a-fe64-4077-804d-3136e040c3b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6809","nonce":2636771227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6811","nonce":2636771227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6815","nonce":2636771227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6813","nonce":2636771227}]},"public_addr":"172.21.15.192:6809/2636771227","cluster_addr":"172.21.15.192:6811/2636771227","heartbeat_back_addr":"172.21.15.192:6815/2636771227","heartbeat_front_addr":"172.21.15.192:6813/2636771227","state":["exists","up"]},{"osd":3,"uuid":"b217cc27-82b2-4746-9756-8a03c999b448","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6811","nonce":2501302631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6813","nonce":2501302631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6817","nonce":2501302631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6815","nonce":2501302631}]},"public_addr":"172.21.15.38:6811/2501302631","cluster_addr":"172.21.15.38:6813/2501302631","heartbeat_back_addr":"172.21.15.38:6817/2501302631","heartbeat_front_addr":"172.21.15.38:6815/2501302631","state":["exists","up"]},{"osd":4,"uuid":"dbbc2347-a2b5-4abc-9711-afd6e075a9f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6817","nonce":3968317850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6819","nonce":3968317850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6823","nonce":3968317850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6821","nonce":3968317850}]},"public_addr":"172.21.15.192:6817/3968317850","cluster_addr":"172.21.15.192:6819/3968317850","heartbeat_back_addr":"172.21.15.192:6823/3968317850","heartbeat_front_addr":"172.21.15.192:6821/3968317850","state":["exists","up"]},{"osd":5,"uuid":"94db5cbe-89c7-4c70-8c18-ce475168f8e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6819","nonce":1980464400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6821","nonce":1980464400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6825","nonce":1980464400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6823","nonce":1980464400}]},"public_addr":"172.21.15.38:6819/1980464400","cluster_addr":"172.21.15.38:6821/1980464400","heartbeat_back_addr":"172.21.15.38:6825/1980464400","heartbeat_front_addr":"172.21.15.38:6823/1980464400","state":["exists","up"]},{"osd":6,"uuid":"5ab77850-a927-4518-8117-e8ca182510c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6825","nonce":783895792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6827","nonce":783895792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6831","nonce":783895792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6829","nonce":783895792}]},"public_addr":"172.21.15.192:6825/783895792","cluster_addr":"172.21.15.192:6827/783895792","heartbeat_back_addr":"172.21.15.192:6831/783895792","heartbeat_front_addr":"172.21.15.192:6829/783895792","state":["exists","up"]},{"osd":7,"uuid":"77c1d909-4aff-4552-8c47-5f864096debe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6827","nonce":4151085372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6829","nonce":4151085372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6833","nonce":4151085372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6831","nonce":4151085372}]},"public_addr":"172.21.15.38:6827/4151085372","cluster_addr":"172.21.15.38:6829/4151085372","heartbeat_back_addr":"172.21.15.38:6833/4151085372","heartbeat_front_addr":"172.21.15.38:6831/4151085372","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-13T04:09:11.213820+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-13T04:09:19.754518+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-13T04:09:16.532431+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-13T04:09:28.339042+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-13T04:09:22.098792+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-13T04:09:35.333560+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-13T04:09:27.227051+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-13T04:09:43.879164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:6800/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/963650179":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/1176508291":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/588262471":"2024-02-14T04:07:10.129226+0000","172.21.15.38:0/1805378908":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/1264783690":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6800/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:6800/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/3393105654":"2024-02-14T04:05:50.061197+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-13T04:10:11.900 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:10.162487+0000 mgr.smithi038.gyuhij (mgr.14180) 137 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:11.900 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:11.276474+0000 mon.smithi038 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.38:0/3907495871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:10:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:10.162487+0000 mgr.smithi038.gyuhij (mgr.14180) 137 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:11.276474+0000 mon.smithi038 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.38:0/3907495871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:10:12.554 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-13T04:10:12.555 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T04:10:12.838 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:13.215 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:11.925906+0000 mon.smithi038 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:10:13.216 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:12.162779+0000 mgr.smithi038.gyuhij (mgr.14180) 138 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:13.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:11.925906+0000 mon.smithi038 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:10:13.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:12.162779+0000 mgr.smithi038.gyuhij (mgr.14180) 138 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:14.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:10:14.682 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":41,"fsid":"b13a927a-ca24-11ee-95b9-87774f69a715","created":"2024-02-13T04:05:24.538204+0000","modified":"2024-02-13T04:09:47.190436+0000","last_up_change":"2024-02-13T04:09:45.180719+0000","last_in_change":"2024-02-13T04:08:58.456554+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-13T04:09:21.687148+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":"26","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":"9afa7df1-af0c-4988-b4c7-98a3b53cafc9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6801","nonce":229394483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6803","nonce":229394483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6807","nonce":229394483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":229394483},{"type":"v1","addr":"172.21.15.192:6805","nonce":229394483}]},"public_addr":"172.21.15.192:6801/229394483","cluster_addr":"172.21.15.192:6803/229394483","heartbeat_back_addr":"172.21.15.192:6807/229394483","heartbeat_front_addr":"172.21.15.192:6805/229394483","state":["exists","up"]},{"osd":1,"uuid":"d1d2d083-b439-4c60-bb17-9a2111a1178c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6803","nonce":1000015596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6805","nonce":1000015596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6809","nonce":1000015596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1000015596},{"type":"v1","addr":"172.21.15.38:6807","nonce":1000015596}]},"public_addr":"172.21.15.38:6803/1000015596","cluster_addr":"172.21.15.38:6805/1000015596","heartbeat_back_addr":"172.21.15.38:6809/1000015596","heartbeat_front_addr":"172.21.15.38:6807/1000015596","state":["exists","up"]},{"osd":2,"uuid":"a5f6107a-fe64-4077-804d-3136e040c3b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6809","nonce":2636771227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6811","nonce":2636771227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6815","nonce":2636771227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2636771227},{"type":"v1","addr":"172.21.15.192:6813","nonce":2636771227}]},"public_addr":"172.21.15.192:6809/2636771227","cluster_addr":"172.21.15.192:6811/2636771227","heartbeat_back_addr":"172.21.15.192:6815/2636771227","heartbeat_front_addr":"172.21.15.192:6813/2636771227","state":["exists","up"]},{"osd":3,"uuid":"b217cc27-82b2-4746-9756-8a03c999b448","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6811","nonce":2501302631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6813","nonce":2501302631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6817","nonce":2501302631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":2501302631},{"type":"v1","addr":"172.21.15.38:6815","nonce":2501302631}]},"public_addr":"172.21.15.38:6811/2501302631","cluster_addr":"172.21.15.38:6813/2501302631","heartbeat_back_addr":"172.21.15.38:6817/2501302631","heartbeat_front_addr":"172.21.15.38:6815/2501302631","state":["exists","up"]},{"osd":4,"uuid":"dbbc2347-a2b5-4abc-9711-afd6e075a9f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6817","nonce":3968317850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6819","nonce":3968317850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6823","nonce":3968317850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3968317850},{"type":"v1","addr":"172.21.15.192:6821","nonce":3968317850}]},"public_addr":"172.21.15.192:6817/3968317850","cluster_addr":"172.21.15.192:6819/3968317850","heartbeat_back_addr":"172.21.15.192:6823/3968317850","heartbeat_front_addr":"172.21.15.192:6821/3968317850","state":["exists","up"]},{"osd":5,"uuid":"94db5cbe-89c7-4c70-8c18-ce475168f8e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6819","nonce":1980464400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6821","nonce":1980464400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6825","nonce":1980464400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1980464400},{"type":"v1","addr":"172.21.15.38:6823","nonce":1980464400}]},"public_addr":"172.21.15.38:6819/1980464400","cluster_addr":"172.21.15.38:6821/1980464400","heartbeat_back_addr":"172.21.15.38:6825/1980464400","heartbeat_front_addr":"172.21.15.38:6823/1980464400","state":["exists","up"]},{"osd":6,"uuid":"5ab77850-a927-4518-8117-e8ca182510c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6825","nonce":783895792}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6827","nonce":783895792}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6831","nonce":783895792}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":783895792},{"type":"v1","addr":"172.21.15.192:6829","nonce":783895792}]},"public_addr":"172.21.15.192:6825/783895792","cluster_addr":"172.21.15.192:6827/783895792","heartbeat_back_addr":"172.21.15.192:6831/783895792","heartbeat_front_addr":"172.21.15.192:6829/783895792","state":["exists","up"]},{"osd":7,"uuid":"77c1d909-4aff-4552-8c47-5f864096debe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6827","nonce":4151085372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6829","nonce":4151085372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6833","nonce":4151085372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":4151085372},{"type":"v1","addr":"172.21.15.38:6831","nonce":4151085372}]},"public_addr":"172.21.15.38:6827/4151085372","cluster_addr":"172.21.15.38:6829/4151085372","heartbeat_back_addr":"172.21.15.38:6833/4151085372","heartbeat_front_addr":"172.21.15.38:6831/4151085372","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-13T04:09:11.213820+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-13T04:09:19.754518+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-13T04:09:16.532431+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-13T04:09:28.339042+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-13T04:09:22.098792+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-13T04:09:35.333560+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-13T04:09:27.227051+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-13T04:09:43.879164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:6800/1410136789":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/963650179":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/1176508291":"2024-02-14T04:06:23.048329+0000","172.21.15.38:0/588262471":"2024-02-14T04:07:10.129226+0000","172.21.15.38:0/1805378908":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/1264783690":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6800/3119486226":"2024-02-14T04:07:10.129226+0000","172.21.15.38:6801/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:6800/660021428":"2024-02-14T04:05:50.061197+0000","172.21.15.38:0/3393105654":"2024-02-14T04:05:50.061197+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-13T04:10:15.326 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:14.163088+0000 mgr.smithi038.gyuhij (mgr.14180) 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:15.326 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:14.681660+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.38:0/1566292720' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:10:15.349 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-13T04:10:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:14.163088+0000 mgr.smithi038.gyuhij (mgr.14180) 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:15.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:14.681660+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.38:0/1566292720' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T04:10:15.629 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:17.357 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:16.163586+0000 mgr.smithi038.gyuhij (mgr.14180) 140 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:17.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:16.163586+0000 mgr.smithi038.gyuhij (mgr.14180) 140 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:18.149 INFO:teuthology.orchestra.run.smithi038.stdout:68719476751 2024-02-13T04:10:18.150 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-13T04:10:18.433 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:18.163891+0000 mgr.smithi038.gyuhij (mgr.14180) 141 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:19.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:18.163891+0000 mgr.smithi038.gyuhij (mgr.14180) 141 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:21.048 INFO:teuthology.orchestra.run.smithi038.stdout:98784247821 2024-02-13T04:10:21.048 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-13T04:10:21.331 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:21.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:20.164305+0000 mgr.smithi038.gyuhij (mgr.14180) 142 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:20.164305+0000 mgr.smithi038.gyuhij (mgr.14180) 142 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:23.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:22.164732+0000 mgr.smithi038.gyuhij (mgr.14180) 143 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:22.164732+0000 mgr.smithi038.gyuhij (mgr.14180) 143 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:23.754 INFO:teuthology.orchestra.run.smithi038.stdout:85899345936 2024-02-13T04:10:23.754 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-13T04:10:24.031 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:25.651 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:24.165158+0000 mgr.smithi038.gyuhij (mgr.14180) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:24.165158+0000 mgr.smithi038.gyuhij (mgr.14180) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:26.666 INFO:teuthology.orchestra.run.smithi038.stdout:128849018894 2024-02-13T04:10:26.666 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-13T04:10:26.949 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:27.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:26.165488+0000 mgr.smithi038.gyuhij (mgr.14180) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:27.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:26.165488+0000 mgr.smithi038.gyuhij (mgr.14180) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:29.448 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:28.165829+0000 mgr.smithi038.gyuhij (mgr.14180) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:29.472 INFO:teuthology.orchestra.run.smithi038.stdout:107374182416 2024-02-13T04:10:29.473 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-13T04:10:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:28.165829+0000 mgr.smithi038.gyuhij (mgr.14180) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:29.755 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:31.641 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:30.166154+0000 mgr.smithi038.gyuhij (mgr.14180) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:30.166154+0000 mgr.smithi038.gyuhij (mgr.14180) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:32.309 INFO:teuthology.orchestra.run.smithi038.stdout:150323855373 2024-02-13T04:10:32.309 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-13T04:10:32.592 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:33.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:32.166567+0000 mgr.smithi038.gyuhij (mgr.14180) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:32.166567+0000 mgr.smithi038.gyuhij (mgr.14180) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:35.117 INFO:teuthology.orchestra.run.smithi038.stdout:124554051600 2024-02-13T04:10:35.117 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-13T04:10:35.402 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:35.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:34.166869+0000 mgr.smithi038.gyuhij (mgr.14180) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:34.166869+0000 mgr.smithi038.gyuhij (mgr.14180) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:37.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:36.167309+0000 mgr.smithi038.gyuhij (mgr.14180) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:36.167309+0000 mgr.smithi038.gyuhij (mgr.14180) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:38.115 INFO:teuthology.orchestra.run.smithi038.stdout:167503724557 2024-02-13T04:10:38.116 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-13T04:10:38.399 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:39.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:38.167633+0000 mgr.smithi038.gyuhij (mgr.14180) 151 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:38.167633+0000 mgr.smithi038.gyuhij (mgr.14180) 151 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:40.629 INFO:teuthology.orchestra.run.smithi038.stdout:68719476756 2024-02-13T04:10:41.412 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476756 for osd.0 2024-02-13T04:10:41.412 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-13T04:10:41.696 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:40.168013+0000 mgr.smithi038.gyuhij (mgr.14180) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:40.630010+0000 mon.smithi038 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.38:0/1903282635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T04:10:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:40.168013+0000 mgr.smithi038.gyuhij (mgr.14180) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:41.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:40.630010+0000 mon.smithi038 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.38:0/1903282635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T04:10:43.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:42.168370+0000 mgr.smithi038.gyuhij (mgr.14180) 153 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:43.681 INFO:teuthology.orchestra.run.smithi038.stdout:98784247826 2024-02-13T04:10:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:42.168370+0000 mgr.smithi038.gyuhij (mgr.14180) 153 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:44.383 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247821 got 98784247826 for osd.1 2024-02-13T04:10:44.384 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-13T04:10:44.664 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:43.681484+0000 mon.smithi038 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.38:0/2425842697' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T04:10:44.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:43.681484+0000 mon.smithi038 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.38:0/2425842697' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T04:10:45.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:44.168682+0000 mgr.smithi038.gyuhij (mgr.14180) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:44.168682+0000 mgr.smithi038.gyuhij (mgr.14180) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:46.642 INFO:teuthology.orchestra.run.smithi038.stdout:85899345941 2024-02-13T04:10:47.339 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345936 got 85899345941 for osd.2 2024-02-13T04:10:47.340 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-13T04:10:47.621 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:47.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:46.169170+0000 mgr.smithi038.gyuhij (mgr.14180) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:47.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:46.643005+0000 mon.smithi038 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.38:0/2551531701' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T04:10:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:46.169170+0000 mgr.smithi038.gyuhij (mgr.14180) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:46.643005+0000 mon.smithi038 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.38:0/2551531701' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T04:10:49.444 INFO:teuthology.orchestra.run.smithi038.stdout:128849018899 2024-02-13T04:10:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:48.169595+0000 mgr.smithi038.gyuhij (mgr.14180) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:48.169595+0000 mgr.smithi038.gyuhij (mgr.14180) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:50.217 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018899 for osd.3 2024-02-13T04:10:50.217 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-13T04:10:50.500 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:50.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:49.444970+0000 mon.smithi038 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.38:0/461651575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T04:10:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:49.444970+0000 mon.smithi038 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.38:0/461651575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T04:10:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:50.169920+0000 mgr.smithi038.gyuhij (mgr.14180) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:51.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:50.169920+0000 mgr.smithi038.gyuhij (mgr.14180) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:52.415 INFO:teuthology.orchestra.run.smithi038.stdout:107374182420 2024-02-13T04:10:53.224 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182416 got 107374182420 for osd.4 2024-02-13T04:10:53.225 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-13T04:10:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:52.170297+0000 mgr.smithi038.gyuhij (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-13T04:10:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:52.415675+0000 mon.smithi038 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.38:0/44432865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T04:10:53.508 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:52.170297+0000 mgr.smithi038.gyuhij (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-13T04:10:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:52.415675+0000 mon.smithi038 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.38:0/44432865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T04:10:55.534 INFO:teuthology.orchestra.run.smithi038.stdout:150323855378 2024-02-13T04:10:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:54.170603+0000 mgr.smithi038.gyuhij (mgr.14180) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:54.170603+0000 mgr.smithi038.gyuhij (mgr.14180) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:56.310 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855373 got 150323855378 for osd.5 2024-02-13T04:10:56.310 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-13T04:10:56.595 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:55.534684+0000 mon.smithi038 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.38:0/1483023456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T04:10:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:55.534684+0000 mon.smithi038 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.38:0/1483023456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T04:10:57.495 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:56.171027+0000 mgr.smithi038.gyuhij (mgr.14180) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:56.171027+0000 mgr.smithi038.gyuhij (mgr.14180) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:58.653 INFO:teuthology.orchestra.run.smithi038.stdout:124554051604 2024-02-13T04:10:59.384 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051600 got 124554051604 for osd.6 2024-02-13T04:10:59.385 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-13T04:10:59.666 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:10:59.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:10:58.171438+0000 mgr.smithi038.gyuhij (mgr.14180) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:59.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:10:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:10:58.654139+0000 mon.smithi038 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.38:0/2405872798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T04:10:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:10:58.171438+0000 mgr.smithi038.gyuhij (mgr.14180) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:10:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:10:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:10:58.654139+0000 mon.smithi038 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.38:0/2405872798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T04:11:01.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:00.171757+0000 mgr.smithi038.gyuhij (mgr.14180) 162 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:01.622 INFO:teuthology.orchestra.run.smithi038.stdout:167503724561 2024-02-13T04:11:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:00.171757+0000 mgr.smithi038.gyuhij (mgr.14180) 162 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:02.370 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724557 got 167503724561 for osd.7 2024-02-13T04:11:02.371 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-13T04:11:02.371 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T04:11:02.654 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:11:02.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:01.622794+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.38:0/2355195180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T04:11:02.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:01.622794+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.38:0/2355195180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T04:11:03.649 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:02.172200+0000 mgr.smithi038.gyuhij (mgr.14180) 163 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:02.172200+0000 mgr.smithi038.gyuhij (mgr.14180) 163 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:04.677 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:11:04.679 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-02-13T04:11:05.482 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-02-13T04:11:04.172429+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"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":41,"state":"active+clean","last_fresh":"2024-02-13T04:09:47.447775+0000","last_change":"2024-02-13T04:09:47.447775+0000","last_active":"2024-02-13T04:09:47.447775+0000","last_peered":"2024-02-13T04:09:47.447775+0000","last_clean":"2024-02-13T04:09:47.447775+0000","last_became_active":"2024-02-13T04:09:47.447449+0000","last_became_peered":"2024-02-13T04:09:47.447449+0000","last_unstale":"2024-02-13T04:09:47.447775+0000","last_undegraded":"2024-02-13T04:09:47.447775+0000","last_fullsized":"2024-02-13T04:09:47.447775+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T04:09:22.237972+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T04:09:22.237972+0000","last_clean_scrub_stamp":"2024-02-13T04:09:22.237972+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":39,"seq":167503724562,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"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":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.58699999999999997}]},{"osd":1,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.379},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.45000000000000001}]},{"osd":2,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.66600000000000004}]},{"osd":3,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.436}]},{"osd":4,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.622},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.57899999999999996}]},{"osd":5,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.51900000000000002}]},{"osd":6,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.63400000000000001}]}]},{"osd":5,"up_from":35,"seq":150323855380,"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":160306,"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":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.46999999999999997}]},{"osd":1,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.253}]},{"osd":2,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.53500000000000003}]},{"osd":3,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.309}]},{"osd":4,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.59499999999999997}]},{"osd":6,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.63400000000000001}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.441}]}]},{"osd":2,"up_from":20,"seq":85899345944,"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":160306,"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":"Tue Feb 13 04:10:18 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.317}]},{"osd":1,"last update":"Tue Feb 13 04:10:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.373}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.505}]},{"osd":4,"last update":"Tue Feb 13 04:10:27 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.51800000000000002}]},{"osd":5,"last update":"Tue Feb 13 04:10:39 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.48299999999999998}]},{"osd":6,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.44},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.42499999999999999}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.52600000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476760,"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":160306,"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":"Tue Feb 13 04:10:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.56799999999999995}]},{"osd":2,"last update":"Tue Feb 13 04:10:20 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.14000000000000001,"5min":0.14000000000000001,"15min":0.14000000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.314}]},{"osd":3,"last update":"Tue Feb 13 04:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.55000000000000004}]},{"osd":4,"last update":"Tue Feb 13 04:10:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.41399999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.52900000000000003}]},{"osd":6,"last update":"Tue Feb 13 04:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.499},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.48599999999999999}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.60599999999999998}]}]},{"osd":1,"up_from":23,"seq":98784247830,"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":160306,"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":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.501},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.61199999999999999}]},{"osd":2,"last update":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.52500000000000002}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.442}]},{"osd":4,"last update":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.54300000000000004}]},{"osd":5,"last update":"Tue Feb 13 04:10:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.40999999999999998}]},{"osd":6,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.624},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.64700000000000002}]},{"osd":7,"last update":"Tue Feb 13 04:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.45500000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182423,"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":160306,"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":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.60099999999999998}]},{"osd":1,"last update":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.629},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.65100000000000002}]},{"osd":2,"last update":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.58299999999999996}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.66800000000000004}]},{"osd":5,"last update":"Tue Feb 13 04:10:41 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.88400000000000001}]},{"osd":6,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.63600000000000001}]},{"osd":7,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.90600000000000003}]}]},{"osd":6,"up_from":29,"seq":124554051606,"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":160306,"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":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.25},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.36499999999999999}]},{"osd":1,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.53700000000000003}]},{"osd":2,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.42099999999999999}]},{"osd":3,"last update":"Tue Feb 13 04:10:32 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.5}]},{"osd":4,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.34699999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.56899999999999995}]},{"osd":7,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55000000000000004}]}]},{"osd":3,"up_from":30,"seq":128849018902,"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":160306,"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":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.51600000000000001}]},{"osd":1,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.31}]},{"osd":2,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.54500000000000004}]},{"osd":4,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.47899999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:41 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.32400000000000001}]},{"osd":6,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.56899999999999995}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.39300000000000002}]}]}],"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-13T04:11:05.484 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T04:11:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:04.172573+0000 mgr.smithi038.gyuhij (mgr.14180) 164 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:04.172573+0000 mgr.smithi038.gyuhij (mgr.14180) 164 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:05.770 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:11:06.648 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:04.675498+0000 mgr.smithi038.gyuhij (mgr.14180) 165 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:04.675498+0000 mgr.smithi038.gyuhij (mgr.14180) 165 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:07.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:06.173025+0000 mgr.smithi038.gyuhij (mgr.14180) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:07.692 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:11:07.693 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-02-13T04:11:07.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:06.173025+0000 mgr.smithi038.gyuhij (mgr.14180) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:08.417 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2024-02-13T04:11:06.172780+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"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":41,"state":"active+clean","last_fresh":"2024-02-13T04:09:47.447775+0000","last_change":"2024-02-13T04:09:47.447775+0000","last_active":"2024-02-13T04:09:47.447775+0000","last_peered":"2024-02-13T04:09:47.447775+0000","last_clean":"2024-02-13T04:09:47.447775+0000","last_became_active":"2024-02-13T04:09:47.447449+0000","last_became_peered":"2024-02-13T04:09:47.447449+0000","last_unstale":"2024-02-13T04:09:47.447775+0000","last_undegraded":"2024-02-13T04:09:47.447775+0000","last_fullsized":"2024-02-13T04:09:47.447775+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T04:09:22.237972+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T04:09:22.237972+0000","last_clean_scrub_stamp":"2024-02-13T04:09:22.237972+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":39,"seq":167503724563,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"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":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.40600000000000003}]},{"osd":1,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.308}]},{"osd":2,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.441},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.45600000000000002}]},{"osd":3,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.47399999999999998}]},{"osd":4,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46600000000000003}]},{"osd":5,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42999999999999999}]},{"osd":6,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.503},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.54100000000000004}]}]},{"osd":5,"up_from":35,"seq":150323855380,"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":160306,"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":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.46999999999999997}]},{"osd":1,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.253}]},{"osd":2,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.53500000000000003}]},{"osd":3,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.309}]},{"osd":4,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.59499999999999997}]},{"osd":6,"last update":"Tue Feb 13 04:10:37 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.63400000000000001}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.441}]}]},{"osd":2,"up_from":20,"seq":85899345945,"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":160306,"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":"Tue Feb 13 04:10:18 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.33900000000000002}]},{"osd":1,"last update":"Tue Feb 13 04:10:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.504},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.49299999999999999}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53800000000000003}]},{"osd":4,"last update":"Tue Feb 13 04:10:27 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.372},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.35599999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:39 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.441}]},{"osd":6,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.48199999999999998}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.55100000000000005}]}]},{"osd":0,"up_from":16,"seq":68719476761,"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":160306,"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":"Tue Feb 13 04:10:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.55900000000000005}]},{"osd":2,"last update":"Tue Feb 13 04:10:20 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.14000000000000001,"5min":0.14000000000000001,"15min":0.14000000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.39500000000000002}]},{"osd":3,"last update":"Tue Feb 13 04:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.48699999999999999}]},{"osd":4,"last update":"Tue Feb 13 04:10:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.41399999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.503}]},{"osd":6,"last update":"Tue Feb 13 04:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.433},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.51400000000000001}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.57299999999999995}]}]},{"osd":1,"up_from":23,"seq":98784247830,"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":160306,"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":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.501},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.61199999999999999}]},{"osd":2,"last update":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.52500000000000002}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.442}]},{"osd":4,"last update":"Tue Feb 13 04:10:25 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.54300000000000004}]},{"osd":5,"last update":"Tue Feb 13 04:10:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.40999999999999998}]},{"osd":6,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.624},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.64700000000000002}]},{"osd":7,"last update":"Tue Feb 13 04:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.45500000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182423,"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":160306,"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":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.60099999999999998}]},{"osd":1,"last update":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.629},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.65100000000000002}]},{"osd":2,"last update":"Tue Feb 13 04:10:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.58299999999999996}]},{"osd":3,"last update":"Tue Feb 13 04:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.66800000000000004}]},{"osd":5,"last update":"Tue Feb 13 04:10:41 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.88400000000000001}]},{"osd":6,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.63600000000000001}]},{"osd":7,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.90600000000000003}]}]},{"osd":6,"up_from":29,"seq":124554051606,"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":160306,"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":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.25},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.36499999999999999}]},{"osd":1,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.53700000000000003}]},{"osd":2,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.42099999999999999}]},{"osd":3,"last update":"Tue Feb 13 04:10:32 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.5}]},{"osd":4,"last update":"Tue Feb 13 04:10:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.34699999999999998}]},{"osd":5,"last update":"Tue Feb 13 04:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.56899999999999995}]},{"osd":7,"last update":"Tue Feb 13 04:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55000000000000004}]}]},{"osd":3,"up_from":30,"seq":128849018903,"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":160306,"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":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.69099999999999995}]},{"osd":1,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.42999999999999999}]},{"osd":2,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.66500000000000004}]},{"osd":4,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.68300000000000005}]},{"osd":5,"last update":"Tue Feb 13 04:10:41 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.53900000000000003}]},{"osd":6,"last update":"Tue Feb 13 04:10:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.65100000000000002}]},{"osd":7,"last update":"Tue Feb 13 04:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.57499999999999996}]}]}],"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-13T04:11:08.419 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-13T04:11:08.419 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-13T04:11:08.419 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-13T04:11:08.419 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-13T04:11:08.696 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/mon.smithi038/config 2024-02-13T04:11:09.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:07.689948+0000 mgr.smithi038.gyuhij (mgr.14180) 167 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:09.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:08.173391+0000 mgr.smithi038.gyuhij (mgr.14180) 168 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:07.689948+0000 mgr.smithi038.gyuhij (mgr.14180) 167 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:08.173391+0000 mgr.smithi038.gyuhij (mgr.14180) 168 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:10.951 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:11:11.734 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:10.173679+0000 mgr.smithi038.gyuhij (mgr.14180) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:11.735 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:10.951952+0000 mon.smithi038 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.38:0/3631465609' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T04:11:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:10.173679+0000 mgr.smithi038.gyuhij (mgr.14180) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:10.951952+0000 mon.smithi038 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.38:0/3631465609' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T04:11:11.759 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-13T04:11:11.759 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-13T04:11:11.759 INFO:tasks.cephadm:Setup complete, yielding 2024-02-13T04:11:11.760 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T04:11:11.769 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:11:11.770 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-13T04:11:12.499 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:11.928163+0000 mon.smithi038 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:11:12.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:11.928163+0000 mon.smithi038 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:11:13.498 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:12.174064+0000 mgr.smithi038.gyuhij (mgr.14180) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:12.174064+0000 mgr.smithi038.gyuhij (mgr.14180) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:13.940 INFO:teuthology.orchestra.run.smithi038.stdout:Backend: cephadm 2024-02-13T04:11:13.940 INFO:teuthology.orchestra.run.smithi038.stdout:Available: Yes 2024-02-13T04:11:13.940 INFO:teuthology.orchestra.run.smithi038.stdout:Paused: No 2024-02-13T04:11:14.800 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-13T04:11:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:13.896730+0000 mon.smithi038 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:13.940838+0000 mgr.smithi038.gyuhij (mgr.14180) 171 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:14.174376+0000 mgr.smithi038.gyuhij (mgr.14180) 172 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:15.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:13.896730+0000 mon.smithi038 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:15.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:13.940838+0000 mgr.smithi038.gyuhij (mgr.14180) 171 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:15.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:14.174376+0000 mgr.smithi038.gyuhij (mgr.14180) 172 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:17.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:16.174712+0000 mgr.smithi038.gyuhij (mgr.14180) 173 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:17.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:16.174712+0000 mgr.smithi038.gyuhij (mgr.14180) 173 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.smithi038 smithi038 *:9093,9094 running (3m) 85s ago 4m 22.5M - 0.23.0 ba2b418f427c a0e3f00f5727 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi038 smithi038 running (4m) 85s ago 4m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 6b4158d4d57e 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi192 smithi192 running (3m) 4s ago 3m 6647k - 16.2.14-521-g0e714d9a 1fbc92c859dc e5d55f7eecd8 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.smithi038 smithi038 *:3000 running (2m) 85s ago 4m 45.2M - 8.3.5 dad864ee21e9 d5ef92f92c9b 2024-02-13T04:11:18.205 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi038.gyuhij smithi038 *:9283 running (5m) 85s ago 5m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc bb87216d692d 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi192.evqltq smithi192 *:8443,9283 running (3m) 4s ago 3m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc 4bda2779da77 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi038 smithi038 running (5m) 85s ago 5m 51.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc b23849f764c0 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi192 smithi192 running (3m) 4s ago 3m 54.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 4ce04d4a72a5 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi038 smithi038 *:9100 running (4m) 85s ago 4m 22.7M - 1.3.1 1dbe0e931976 a5bdc2fcc971 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi192 smithi192 *:9100 running (3m) 4s ago 3m 22.2M - 1.3.1 1dbe0e931976 3814d9f9553a 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi192 running (2m) 4s ago 2m 32.1M 3992M 16.2.14-521-g0e714d9a 1fbc92c859dc 3b7d6df0d614 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (2m) 85s ago 2m 30.1M 3225M 16.2.14-521-g0e714d9a 1fbc92c859dc 358b427cc29b 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi192 running (2m) 4s ago 2m 32.7M 3992M 16.2.14-521-g0e714d9a 1fbc92c859dc f0b21cc2075b 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (114s) 85s ago 114s 27.9M 3225M 16.2.14-521-g0e714d9a 1fbc92c859dc e9c166b08977 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (2m) 4s ago 2m 30.0M 3992M 16.2.14-521-g0e714d9a 1fbc92c859dc edecf0aba7e9 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi038 running (107s) 85s ago 107s 26.7M 3225M 16.2.14-521-g0e714d9a 1fbc92c859dc 11794db0258e 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (115s) 4s ago 115s 31.6M 3992M 16.2.14-521-g0e714d9a 1fbc92c859dc 94080786670e 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi038 running (99s) 85s ago 98s 27.9M 3225M 16.2.14-521-g0e714d9a 1fbc92c859dc 0f031d239c3b 2024-02-13T04:11:18.206 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.smithi038 smithi038 *:9095 running (2m) 85s ago 3m 46.9M - 2.33.4 514e6a882f6e 1c46134ea4b3 2024-02-13T04:11:19.143 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-13T04:11:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:18.174983+0000 mgr.smithi038.gyuhij (mgr.14180) 174 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:19.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:18.197874+0000 mgr.smithi038.gyuhij (mgr.14180) 175 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:19.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:18.174983+0000 mgr.smithi038.gyuhij (mgr.14180) 174 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:19.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:18.197874+0000 mgr.smithi038.gyuhij (mgr.14180) 175 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:21.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:20.175442+0000 mgr.smithi038.gyuhij (mgr.14180) 176 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:21.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:20.175442+0000 mgr.smithi038.gyuhij (mgr.14180) 176 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager ?:9093,9094 1/1 89s ago 5m count:1 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:crash 2/2 89s ago 5m * 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:grafana ?:3000 1/1 89s ago 5m count:1 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:mgr 2/2 89s ago 5m count:2 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:mon 2/2 89s ago 3m smithi038:172.21.15.38=smithi038;smithi192:172.21.15.192=smithi192;count:2 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter ?:9100 2/2 89s ago 5m * 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:osd.all-available-devices 8 89s ago 3m * 2024-02-13T04:11:21.875 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus ?:9095 1/1 89s ago 5m count:1 2024-02-13T04:11:22.899 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-13T04:11:23.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:21.871755+0000 mgr.smithi038.gyuhij (mgr.14180) 177 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:23.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:22.175862+0000 mgr.smithi038.gyuhij (mgr.14180) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:23.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:22.932713+0000 mon.smithi038 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:21.871755+0000 mgr.smithi038.gyuhij (mgr.14180) 177 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:22.175862+0000 mgr.smithi038.gyuhij (mgr.14180) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:22.932713+0000 mon.smithi038 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:24.459 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:23.237308+0000 mon.smithi038 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:24.459 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:23.238380+0000 mon.smithi038 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:11:24.459 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:23.249588+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:24.460 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:23.253077+0000 mon.smithi038 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:11:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:23.237308+0000 mon.smithi038 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:23.238380+0000 mon.smithi038 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:11:24.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:23.249588+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:24.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:23.253077+0000 mon.smithi038 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:11:25.178 INFO:teuthology.orchestra.run.smithi038.stdout:HOST ADDR LABELS STATUS 2024-02-13T04:11:25.178 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 172.21.15.38 2024-02-13T04:11:25.179 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 172.21.15.192 2024-02-13T04:11:25.179 INFO:teuthology.orchestra.run.smithi038.stdout:2 hosts in cluster 2024-02-13T04:11:25.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:24.176196+0000 mgr.smithi038.gyuhij (mgr.14180) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:24.176196+0000 mgr.smithi038.gyuhij (mgr.14180) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:25.915 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-13T04:11:26.628 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:25.178689+0000 mgr.smithi038.gyuhij (mgr.14180) 180 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:25.178689+0000 mgr.smithi038.gyuhij (mgr.14180) 180 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:27.483 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:26.176541+0000 mgr.smithi038.gyuhij (mgr.14180) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:27.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:26.176541+0000 mgr.smithi038.gyuhij (mgr.14180) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 90s ago Has a FileSystem, LVM detected 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_00b1d5e49e5e7e927685 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_f09f2ba3154a80f265a3 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_215b6fea446d3eb8821a 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.162 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_276e53d614255a64a2ec 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.163 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500NN400BGN 372G 98s ago Has a FileSystem, LVM detected 2024-02-13T04:11:28.163 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme1n1 ssd Linux_2f7f134aab99966fe847 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.163 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme2n1 ssd Linux_49e9ac7c7f9333c817d9 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.163 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme3n1 ssd Linux_20838d116e203709c662 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.163 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme4n1 ssd Linux_824af580f2c5411fd803 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:28.957 INFO:teuthology.run_tasks:Running task vip... 2024-02-13T04:11:28.969 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-13T04:11:28.969 INFO:tasks.vip:peername 172.21.15.38 2024-02-13T04:11:28.972 INFO:tasks.vip:172.21.15.38 in 172.21.0.0/20, pos 3877 2024-02-13T04:11:28.976 INFO:tasks.vip:smithi038.front.sepia.ceph.com static 10.0.15.38, vnet 10.0.0.0/16 2024-02-13T04:11:28.977 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-13T04:11:28.977 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip route ls 2024-02-13T04:11:29.011 INFO:teuthology.orchestra.run.smithi038.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.38 metric 100 2024-02-13T04:11:29.011 INFO:teuthology.orchestra.run.smithi038.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 metric 100 2024-02-13T04:11:29.012 INFO:tasks.vip:Configuring 10.0.15.38 on smithi038.front.sepia.ceph.com iface ens1f0... 2024-02-13T04:11:29.012 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr add 10.0.15.38/16 dev ens1f0 2024-02-13T04:11:29.083 INFO:tasks.vip:peername 172.21.15.192 2024-02-13T04:11:29.086 INFO:tasks.vip:172.21.15.192 in 172.21.0.0/20, pos 4031 2024-02-13T04:11:29.090 INFO:tasks.vip:smithi192.front.sepia.ceph.com static 10.0.15.192, vnet 10.0.0.0/16 2024-02-13T04:11:29.091 DEBUG:teuthology.orchestra.run.smithi192:> sudo ip route ls 2024-02-13T04:11:29.127 INFO:teuthology.orchestra.run.smithi192.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.192 metric 100 2024-02-13T04:11:29.127 INFO:teuthology.orchestra.run.smithi192.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.192 metric 100 2024-02-13T04:11:29.128 INFO:tasks.vip:Configuring 10.0.15.192 on smithi192.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T04:11:29.128 DEBUG:teuthology.orchestra.run.smithi192:> sudo ip addr add 10.0.15.192/16 dev enp3s0f1 2024-02-13T04:11:29.201 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T04:11:29.211 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:11:29.211 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-13T04:11:29.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:28.161028+0000 mgr.smithi038.gyuhij (mgr.14180) 182 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:29.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:28.176964+0000 mgr.smithi038.gyuhij (mgr.14180) 183 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:29.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:28.161028+0000 mgr.smithi038.gyuhij (mgr.14180) 182 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:29.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:28.176964+0000 mgr.smithi038.gyuhij (mgr.14180) 183 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 93s ago Has a FileSystem, LVM detected 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_00b1d5e49e5e7e927685 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_f09f2ba3154a80f265a3 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_215b6fea446d3eb8821a 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.453 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_276e53d614255a64a2ec 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.454 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500NN400BGN 372G 101s ago Has a FileSystem, LVM detected 2024-02-13T04:11:31.454 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme1n1 ssd Linux_2f7f134aab99966fe847 89.4G 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.454 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme2n1 ssd Linux_49e9ac7c7f9333c817d9 89.4G 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.454 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme3n1 ssd Linux_20838d116e203709c662 89.4G 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.454 INFO:teuthology.orchestra.run.smithi038.stdout:smithi192 /dev/nvme4n1 ssd Linux_824af580f2c5411fd803 89.4G 101s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T04:11:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:30.177340+0000 mgr.smithi038.gyuhij (mgr.14180) 184 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:30.177340+0000 mgr.smithi038.gyuhij (mgr.14180) 184 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:32.217 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T04:11:32.227 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:11:32.228 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T04:11:32.259 INFO:teuthology.orchestra.run.smithi038.stderr:+ systemctl stop nfs-server 2024-02-13T04:11:32.266 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi192.front.sepia.ceph.com 2024-02-13T04:11:32.267 DEBUG:teuthology.orchestra.run.smithi192:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T04:11:32.295 INFO:teuthology.orchestra.run.smithi192.stderr:+ systemctl stop nfs-server 2024-02-13T04:11:32.301 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T04:11:32.312 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:11:32.312 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-13T04:11:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:31.451442+0000 mgr.smithi038.gyuhij (mgr.14180) 185 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:31.488041+0000 mon.smithi038 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:11:32.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:31.451442+0000 mgr.smithi038.gyuhij (mgr.14180) 185 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:32.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:31.488041+0000 mon.smithi038 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:11:33.604 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:32.177621+0000 mgr.smithi038.gyuhij (mgr.14180) 186 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:32.177621+0000 mgr.smithi038.gyuhij (mgr.14180) 186 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:33.559701+0000 mon.smithi038 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:34.893 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:33.559701+0000 mon.smithi038 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:34.178030+0000 mgr.smithi038.gyuhij (mgr.14180) 187 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:35.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:34.854601+0000 mon.smithi038 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-13T04:11:36.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:34.178030+0000 mgr.smithi038.gyuhij (mgr.14180) 187 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:36.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:34.854601+0000 mon.smithi038 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-13T04:11:36.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:34.854043+0000 mgr.smithi038.gyuhij (mgr.14180) 188 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:36.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:35.584860+0000 mon.smithi038 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-13T04:11:36.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:35.584964+0000 mon.smithi038 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T04:11:36.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:35.586678+0000 mon.smithi038 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-13T04:11:36.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:11:36.602+0000 7f2264365700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T04:11:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:34.854043+0000 mgr.smithi038.gyuhij (mgr.14180) 188 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:35.584860+0000 mon.smithi038 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-13T04:11:36.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:35.584964+0000 mon.smithi038 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T04:11:36.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:35.586678+0000 mon.smithi038 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-13T04:11:37.329 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.38/16 --port 2999' 2024-02-13T04:11:37.588 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.178459+0000 mgr.smithi038.gyuhij (mgr.14180) 189 : cluster [DBG] pgmap v164: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.178459+0000 mgr.smithi038.gyuhij (mgr.14180) 189 : cluster [DBG] pgmap v164: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:36.595148+0000 mon.smithi038 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.595261+0000 mon.smithi038 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:36.603269+0000 mon.smithi038 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.604071+0000 mon.smithi038 (mon.0) 623 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T04:11:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.604096+0000 mon.smithi038 (mon.0) 624 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.614859+0000 mon.smithi038 (mon.0) 625 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:36.615048+0000 mon.smithi038 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:36.615106+0000 mon.smithi038 (mon.0) 627 : cluster [DBG] fsmap foofs:0 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:36.617806+0000 mgr.smithi038.gyuhij (mgr.14180) 190 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:36.621389+0000 mon.smithi038 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:37.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:37.251391+0000 mon.smithi038 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:36.595148+0000 mon.smithi038 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.595261+0000 mon.smithi038 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:36.603269+0000 mon.smithi038 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.604071+0000 mon.smithi038 (mon.0) 623 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.604096+0000 mon.smithi038 (mon.0) 624 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.614859+0000 mon.smithi038 (mon.0) 625 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:36.615048+0000 mon.smithi038 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:36.615106+0000 mon.smithi038 (mon.0) 627 : cluster [DBG] fsmap foofs:0 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:36.617806+0000 mgr.smithi038.gyuhij (mgr.14180) 190 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:36.621389+0000 mon.smithi038 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:38.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:37.251391+0000 mon.smithi038 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:38.888 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:37.612783+0000 mon.smithi038 (mon.0) 630 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T04:11:38.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:37.612783+0000 mon.smithi038 (mon.0) 630 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T04:11:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:38.178800+0000 mgr.smithi038.gyuhij (mgr.14180) 191 : cluster [DBG] pgmap v168: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:38.619342+0000 mon.smithi038 (mon.0) 631 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T04:11:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:38.178800+0000 mgr.smithi038.gyuhij (mgr.14180) 191 : cluster [DBG] pgmap v168: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:38.619342+0000 mon.smithi038 (mon.0) 631 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T04:11:41.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:39.789869+0000 mon.smithi038 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:41.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:40.179363+0000 mgr.smithi038.gyuhij (mgr.14180) 192 : cluster [DBG] pgmap v170: 65 pgs: 8 creating+peering, 42 active+clean, 15 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:41.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:40.222441+0000 mgr.smithi038.gyuhij (mgr.14180) 193 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.38/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:41.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:40.223737+0000 mon.smithi038 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T04:11:41.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:40.663381+0000 mon.smithi038 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:39.789869+0000 mon.smithi038 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:40.179363+0000 mgr.smithi038.gyuhij (mgr.14180) 192 : cluster [DBG] pgmap v170: 65 pgs: 8 creating+peering, 42 active+clean, 15 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:40.222441+0000 mgr.smithi038.gyuhij (mgr.14180) 193 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.38/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:40.223737+0000 mon.smithi038 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T04:11:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:40.663381+0000 mon.smithi038 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:41.842 INFO:teuthology.orchestra.run.smithi038.stdout:NFS Cluster Created Successfully 2024-02-13T04:11:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:40.798823+0000 mon.smithi038 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T04:11:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:40.798885+0000 mon.smithi038 (mon.0) 636 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T04:11:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:40.800610+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T04:11:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:40.798823+0000 mon.smithi038 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T04:11:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:40.798885+0000 mon.smithi038 (mon.0) 636 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T04:11:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:40.800610+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T04:11:42.920 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-13T04:11:43.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:41.805516+0000 mon.smithi038 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T04:11:43.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:41.805712+0000 mon.smithi038 (mon.0) 639 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T04:11:43.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:41.833878+0000 mgr.smithi038.gyuhij (mgr.14180) 194 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T04:11:43.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:41.837452+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:43.172 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:41.839773+0000 mgr.smithi038.gyuhij (mgr.14180) 195 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T04:11:43.172 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:41.842980+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:43.172 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:42.179674+0000 mgr.smithi038.gyuhij (mgr.14180) 196 : cluster [DBG] pgmap v173: 97 pgs: 11 creating+peering, 65 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:41.805516+0000 mon.smithi038 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:41.805712+0000 mon.smithi038 (mon.0) 639 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:41.833878+0000 mgr.smithi038.gyuhij (mgr.14180) 194 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:41.837452+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:41.839773+0000 mgr.smithi038.gyuhij (mgr.14180) 195 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:41.842980+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:42.179674+0000 mgr.smithi038.gyuhij (mgr.14180) 196 : cluster [DBG] pgmap v173: 97 pgs: 11 creating+peering, 65 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:44.210 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:42.810382+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T04:11:44.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:42.810382+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T04:11:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:43.850199+0000 mon.smithi038 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi038.gyuhij(active, since 4m), standbys: smithi192.evqltq 2024-02-13T04:11:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:44.180160+0000 mgr.smithi038.gyuhij (mgr.14180) 197 : cluster [DBG] pgmap v175: 97 pgs: 11 creating+peering, 74 active+clean, 12 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:45.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:43.850199+0000 mon.smithi038 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi038.gyuhij(active, since 4m), standbys: smithi192.evqltq 2024-02-13T04:11:45.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:44.180160+0000 mgr.smithi038.gyuhij (mgr.14180) 197 : cluster [DBG] pgmap v175: 97 pgs: 11 creating+peering, 74 active+clean, 12 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:46.392 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.165225+0000 mon.smithi038 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.392 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.166061+0000 mon.smithi038 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:46.392 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.166683+0000 mon.smithi038 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.174611+0000 mon.smithi038 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.178047+0000 mon.smithi038 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.188885+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.189510+0000 mon.smithi038 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.ldzptr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.197614+0000 mon.smithi038 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.ldzptr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.198155+0000 mon.smithi038 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:46.393 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:45.198688+0000 mgr.smithi038.gyuhij (mgr.14180) 198 : cephadm [INF] Deploying daemon mds.foofs.smithi192.ldzptr on smithi192 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.165225+0000 mon.smithi038 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.166061+0000 mon.smithi038 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.166683+0000 mon.smithi038 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.174611+0000 mon.smithi038 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.178047+0000 mon.smithi038 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:11:46.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.188885+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:46.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.189510+0000 mon.smithi038 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.ldzptr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T04:11:46.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.197614+0000 mon.smithi038 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.ldzptr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T04:11:46.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.198155+0000 mon.smithi038 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:46.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:45.198688+0000 mgr.smithi038.gyuhij (mgr.14180) 198 : cephadm [INF] Deploying daemon mds.foofs.smithi192.ldzptr on smithi192 2024-02-13T04:11:47.358 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:45.869558+0000 mgr.smithi038.gyuhij (mgr.14180) 199 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:47.359 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:46.180611+0000 mgr.smithi038.gyuhij (mgr.14180) 200 : cluster [DBG] pgmap v176: 97 pgs: 4 creating+peering, 93 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:47.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:45.869558+0000 mgr.smithi038.gyuhij (mgr.14180) 199 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T04:11:47.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:46.180611+0000 mgr.smithi038.gyuhij (mgr.14180) 200 : cluster [DBG] pgmap v176: 97 pgs: 4 creating+peering, 93 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:47.718601+0000 mon.smithi038 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:47.719902+0000 mon.smithi038 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.tafjft", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T04:11:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:47.724714+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.tafjft", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T04:11:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:47.725516+0000 mon.smithi038 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:47.726210+0000 mgr.smithi038.gyuhij (mgr.14180) 201 : cephadm [INF] Deploying daemon mds.foofs.smithi038.tafjft on smithi038 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180422+0000 mon.smithi038 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.192:6832/1384468592,v1:172.21.15.192:6833/1384468592] up:boot 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180467+0000 mon.smithi038 (mon.0) 658 : cluster [INF] daemon mds.foofs.smithi192.ldzptr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180521+0000 mon.smithi038 (mon.0) 659 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180536+0000 mon.smithi038 (mon.0) 660 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180547+0000 mon.smithi038 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180798+0000 mon.smithi038 (mon.0) 662 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:48.180896+0000 mon.smithi038 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.ldzptr"}]: dispatch 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.180916+0000 mgr.smithi038.gyuhij (mgr.14180) 202 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.184415+0000 mon.smithi038 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:creating} 2024-02-13T04:11:48.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:48.194484+0000 mon.smithi038 (mon.0) 665 : cluster [INF] daemon mds.foofs.smithi192.ldzptr is now active in filesystem foofs as rank 0 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:47.718601+0000 mon.smithi038 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:47.719902+0000 mon.smithi038 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.tafjft", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:47.724714+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.tafjft", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:47.725516+0000 mon.smithi038 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:47.726210+0000 mgr.smithi038.gyuhij (mgr.14180) 201 : cephadm [INF] Deploying daemon mds.foofs.smithi038.tafjft on smithi038 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180422+0000 mon.smithi038 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.192:6832/1384468592,v1:172.21.15.192:6833/1384468592] up:boot 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180467+0000 mon.smithi038 (mon.0) 658 : cluster [INF] daemon mds.foofs.smithi192.ldzptr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180521+0000 mon.smithi038 (mon.0) 659 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180536+0000 mon.smithi038 (mon.0) 660 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180547+0000 mon.smithi038 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-02-13T04:11:49.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180798+0000 mon.smithi038 (mon.0) 662 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-13T04:11:49.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:48.180896+0000 mon.smithi038 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.ldzptr"}]: dispatch 2024-02-13T04:11:49.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.180916+0000 mgr.smithi038.gyuhij (mgr.14180) 202 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:11:49.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.184415+0000 mon.smithi038 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:creating} 2024-02-13T04:11:49.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:48.194484+0000 mon.smithi038 (mon.0) 665 : cluster [INF] daemon mds.foofs.smithi192.ldzptr is now active in filesystem foofs as rank 0 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout: "bind": "/fake", 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout: "fs": "foofs", 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout: "path": "/", 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout: "cluster": "foo", 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout: "mode": "RW" 2024-02-13T04:11:49.198 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-02-13T04:11:50.072 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T04:11:50.082 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-13T04:11:50.082 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:11:50.454 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:49.187546+0000 mon.smithi038 (mon.0) 666 : cluster [DBG] mds.? [v2:172.21.15.192:6832/1384468592,v1:172.21.15.192:6833/1384468592] up:active 2024-02-13T04:11:50.454 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:49.187630+0000 mon.smithi038 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 2024-02-13T04:11:50.454 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:49.190135+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:50.455 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:49.193865+0000 mon.smithi038 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:49.187546+0000 mon.smithi038 (mon.0) 666 : cluster [DBG] mds.? [v2:172.21.15.192:6832/1384468592,v1:172.21.15.192:6833/1384468592] up:active 2024-02-13T04:11:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:49.187630+0000 mon.smithi038 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 2024-02-13T04:11:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:49.190135+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:49.193865+0000 mon.smithi038 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:50.181392+0000 mgr.smithi038.gyuhij (mgr.14180) 203 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 782 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:50.201871+0000 mon.smithi038 (mon.0) 670 : cluster [DBG] mgrmap e20: smithi038.gyuhij(active, since 4m), standbys: smithi192.evqltq 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.832471+0000 mon.smithi038 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.837030+0000 mon.smithi038 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.853597+0000 mon.smithi038 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.857150+0000 mon.smithi038 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.857896+0000 mon.smithi038 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.861109+0000 mon.smithi038 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.862036+0000 mon.smithi038 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.900353+0000 mon.smithi038 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.903555+0000 mon.smithi038 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T04:11:51.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.948104+0000 mon.smithi038 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T04:11:51.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.951602+0000 mon.smithi038 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T04:11:51.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:50.955056+0000 mon.smithi038 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:50.181392+0000 mgr.smithi038.gyuhij (mgr.14180) 203 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 782 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:50.201871+0000 mon.smithi038 (mon.0) 670 : cluster [DBG] mgrmap e20: smithi038.gyuhij(active, since 4m), standbys: smithi192.evqltq 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.832471+0000 mon.smithi038 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.837030+0000 mon.smithi038 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.853597+0000 mon.smithi038 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.857150+0000 mon.smithi038 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.857896+0000 mon.smithi038 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:51.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.861109+0000 mon.smithi038 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 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-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.862036+0000 mon.smithi038 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.900353+0000 mon.smithi038 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.903555+0000 mon.smithi038 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.948104+0000 mon.smithi038 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.951602+0000 mon.smithi038 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isucfj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T04:11:51.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:50.955056+0000 mon.smithi038 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:11:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:50.853367+0000 mgr.smithi038.gyuhij (mgr.14180) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isucfj 2024-02-13T04:11:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:50.857697+0000 mgr.smithi038.gyuhij (mgr.14180) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T04:11:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:50.947594+0000 mgr.smithi038.gyuhij (mgr.14180) 206 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:50.947694+0000 mgr.smithi038.gyuhij (mgr.14180) 207 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isucfj-rgw 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:50.955932+0000 mgr.smithi038.gyuhij (mgr.14180) 208 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.isucfj on smithi038 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:51.661816+0000 mon.smithi038 (mon.0) 683 : cluster [DBG] mds.? [v2:172.21.15.38:6834/3057913958,v1:172.21.15.38:6835/3057913958] up:boot 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:51.662122+0000 mon.smithi038 (mon.0) 684 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 1 up:standby 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:51.662215+0000 mon.smithi038 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.tafjft"}]: dispatch 2024-02-13T04:11:52.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:51.665584+0000 mon.smithi038 (mon.0) 686 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 1 up:standby 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:50.853367+0000 mgr.smithi038.gyuhij (mgr.14180) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isucfj 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:50.857697+0000 mgr.smithi038.gyuhij (mgr.14180) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:50.947594+0000 mgr.smithi038.gyuhij (mgr.14180) 206 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:50.947694+0000 mgr.smithi038.gyuhij (mgr.14180) 207 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isucfj-rgw 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:50.955932+0000 mgr.smithi038.gyuhij (mgr.14180) 208 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.isucfj on smithi038 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:51.661816+0000 mon.smithi038 (mon.0) 683 : cluster [DBG] mds.? [v2:172.21.15.38:6834/3057913958,v1:172.21.15.38:6835/3057913958] up:boot 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:51.662122+0000 mon.smithi038 (mon.0) 684 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 1 up:standby 2024-02-13T04:11:52.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:51.662215+0000 mon.smithi038 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.tafjft"}]: dispatch 2024-02-13T04:11:52.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:51.665584+0000 mon.smithi038 (mon.0) 686 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi192.ldzptr=up:active} 1 up:standby 2024-02-13T04:11:52.695 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:11:52.696 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:11:53.466 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:52.181900+0000 mgr.smithi038.gyuhij (mgr.14180) 209 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 7 op/s 2024-02-13T04:11:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:52.181900+0000 mgr.smithi038.gyuhij (mgr.14180) 209 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 7 op/s 2024-02-13T04:11:54.022 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:11:54.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:52.692665+0000 mgr.smithi038.gyuhij (mgr.14180) 210 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:52.692665+0000 mgr.smithi038.gyuhij (mgr.14180) 210 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:55.023 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:11:55.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:54.182726+0000 mgr.smithi038.gyuhij (mgr.14180) 211 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-13T04:11:55.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:54.754623+0000 mon.smithi038 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:55.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:54.763785+0000 mon.smithi038 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:55.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:54.182726+0000 mgr.smithi038.gyuhij (mgr.14180) 211 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-13T04:11:55.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:54.754623+0000 mon.smithi038 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:55.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:54.763785+0000 mon.smithi038 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:56.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:11:54.770915+0000 mgr.smithi038.gyuhij (mgr.14180) 212 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.wwpxef on smithi192 2024-02-13T04:11:56.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:55.289299+0000 mon.smithi038 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:56.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:55.352336+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:11:54.770915+0000 mgr.smithi038.gyuhij (mgr.14180) 212 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.wwpxef on smithi192 2024-02-13T04:11:56.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:55.289299+0000 mon.smithi038 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:56.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:55.352336+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:11:57.319 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:11:57.319 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:11:57.668 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:56.183197+0000 mgr.smithi038.gyuhij (mgr.14180) 213 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-13T04:11:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:56.183197+0000 mgr.smithi038.gyuhij (mgr.14180) 213 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-13T04:11:58.018 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:11:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:11:57.316349+0000 mgr.smithi038.gyuhij (mgr.14180) 214 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:11:57.316349+0000 mgr.smithi038.gyuhij (mgr.14180) 214 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:11:59.019 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:11:59.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:11:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:11:58.183709+0000 mgr.smithi038.gyuhij (mgr.14180) 215 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-13T04:11:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:11:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:11:58.183709+0000 mgr.smithi038.gyuhij (mgr.14180) 215 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-13T04:12:01.345 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:01.345 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:01.712 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:00.184274+0000 mgr.smithi038.gyuhij (mgr.14180) 216 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-13T04:12:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:00.184274+0000 mgr.smithi038.gyuhij (mgr.14180) 216 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-13T04:12:02.044 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:02.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:01.342900+0000 mgr.smithi038.gyuhij (mgr.14180) 217 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:02.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:01.342900+0000 mgr.smithi038.gyuhij (mgr.14180) 217 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:03.045 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:03.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:02.184865+0000 mgr.smithi038.gyuhij (mgr.14180) 218 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T04:12:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:02.184865+0000 mgr.smithi038.gyuhij (mgr.14180) 218 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T04:12:05.085 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:05.085 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:05.443 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:04.185372+0000 mgr.smithi038.gyuhij (mgr.14180) 219 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-13T04:12:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:04.185372+0000 mgr.smithi038.gyuhij (mgr.14180) 219 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-13T04:12:05.850 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:05.082507+0000 mgr.smithi038.gyuhij (mgr.14180) 220 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:05.082507+0000 mgr.smithi038.gyuhij (mgr.14180) 220 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:06.851 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:07.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:06.185925+0000 mgr.smithi038.gyuhij (mgr.14180) 221 : cluster [DBG] pgmap v186: 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, 2 op/s 2024-02-13T04:12:07.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:06.185925+0000 mgr.smithi038.gyuhij (mgr.14180) 221 : cluster [DBG] pgmap v186: 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, 2 op/s 2024-02-13T04:12:09.051 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:09.051 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:09.731 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:08.186342+0000 mgr.smithi038.gyuhij (mgr.14180) 222 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T04:12:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:08.186342+0000 mgr.smithi038.gyuhij (mgr.14180) 222 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T04:12:09.755 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:09.048319+0000 mgr.smithi038.gyuhij (mgr.14180) 223 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:09.048319+0000 mgr.smithi038.gyuhij (mgr.14180) 223 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:10.756 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:10.187097+0000 mgr.smithi038.gyuhij (mgr.14180) 224 : cluster [DBG] pgmap v188: 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-13T04:12:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:10.187097+0000 mgr.smithi038.gyuhij (mgr.14180) 224 : cluster [DBG] pgmap v188: 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-13T04:12:13.058 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:13.058 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:13.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:12.187657+0000 mgr.smithi038.gyuhij (mgr.14180) 225 : 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, 255 B/s wr, 0 op/s 2024-02-13T04:12:13.709 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:12.187657+0000 mgr.smithi038.gyuhij (mgr.14180) 225 : 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, 255 B/s wr, 0 op/s 2024-02-13T04:12:14.710 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:13.055447+0000 mgr.smithi038.gyuhij (mgr.14180) 226 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:14.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:13.055447+0000 mgr.smithi038.gyuhij (mgr.14180) 226 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:15.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:14.188469+0000 mgr.smithi038.gyuhij (mgr.14180) 227 : 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-13T04:12:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:14.188469+0000 mgr.smithi038.gyuhij (mgr.14180) 227 : 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-13T04:12:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:16.189144+0000 mgr.smithi038.gyuhij (mgr.14180) 228 : cluster [DBG] pgmap v191: 97 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-13T04:12:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:16.189144+0000 mgr.smithi038.gyuhij (mgr.14180) 228 : cluster [DBG] pgmap v191: 97 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-13T04:12:17.117 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:17.117 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:17.114390+0000 mgr.smithi038.gyuhij (mgr.14180) 229 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:17.818 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:17.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:17.114390+0000 mgr.smithi038.gyuhij (mgr.14180) 229 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:18.819 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:18.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:18.189503+0000 mgr.smithi038.gyuhij (mgr.14180) 230 : 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-13T04:12:18.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:18.189503+0000 mgr.smithi038.gyuhij (mgr.14180) 230 : 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-13T04:12:21.087 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:21.087 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:21.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:20.190219+0000 mgr.smithi038.gyuhij (mgr.14180) 231 : cluster [DBG] pgmap v193: 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-13T04:12:21.707 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:20.190219+0000 mgr.smithi038.gyuhij (mgr.14180) 231 : cluster [DBG] pgmap v193: 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-13T04:12:22.709 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:21.084648+0000 mgr.smithi038.gyuhij (mgr.14180) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:22.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:21.084648+0000 mgr.smithi038.gyuhij (mgr.14180) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:23.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:22.190794+0000 mgr.smithi038.gyuhij (mgr.14180) 233 : 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-13T04:12:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:22.190794+0000 mgr.smithi038.gyuhij (mgr.14180) 233 : 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-13T04:12:25.075 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:25.075 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:25.486 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:24.191508+0000 mgr.smithi038.gyuhij (mgr.14180) 234 : 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-13T04:12:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:24.191508+0000 mgr.smithi038.gyuhij (mgr.14180) 234 : 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-13T04:12:25.778 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:25.072589+0000 mgr.smithi038.gyuhij (mgr.14180) 235 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:25.072589+0000 mgr.smithi038.gyuhij (mgr.14180) 235 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:26.779 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:27.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:26.192094+0000 mgr.smithi038.gyuhij (mgr.14180) 236 : cluster [DBG] pgmap v196: 97 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-13T04:12:27.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:26.192094+0000 mgr.smithi038.gyuhij (mgr.14180) 236 : cluster [DBG] pgmap v196: 97 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-13T04:12:28.952 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:28.952 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:29.614 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:28.192549+0000 mgr.smithi038.gyuhij (mgr.14180) 237 : 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-13T04:12:29.638 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:28.192549+0000 mgr.smithi038.gyuhij (mgr.14180) 237 : 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-13T04:12:30.639 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:30.672 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:28.949646+0000 mgr.smithi038.gyuhij (mgr.14180) 238 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:28.949646+0000 mgr.smithi038.gyuhij (mgr.14180) 238 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:31.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:30.193113+0000 mgr.smithi038.gyuhij (mgr.14180) 239 : cluster [DBG] pgmap v198: 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-13T04:12:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:30.193113+0000 mgr.smithi038.gyuhij (mgr.14180) 239 : cluster [DBG] pgmap v198: 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-13T04:12:32.811 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:32.812 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:33.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:32.193676+0000 mgr.smithi038.gyuhij (mgr.14180) 240 : 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-13T04:12:33.533 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:32.193676+0000 mgr.smithi038.gyuhij (mgr.14180) 240 : 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-13T04:12:34.534 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:34.569 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:32.808994+0000 mgr.smithi038.gyuhij (mgr.14180) 241 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:32.808994+0000 mgr.smithi038.gyuhij (mgr.14180) 241 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:35.614 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:34.194235+0000 mgr.smithi038.gyuhij (mgr.14180) 242 : 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-13T04:12:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:34.194235+0000 mgr.smithi038.gyuhij (mgr.14180) 242 : 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-13T04:12:36.740 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:36.741 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:36.194765+0000 mgr.smithi038.gyuhij (mgr.14180) 243 : cluster [DBG] pgmap v201: 97 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-13T04:12:37.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:36.194765+0000 mgr.smithi038.gyuhij (mgr.14180) 243 : cluster [DBG] pgmap v201: 97 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-13T04:12:37.359 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:36.738195+0000 mgr.smithi038.gyuhij (mgr.14180) 244 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:36.738195+0000 mgr.smithi038.gyuhij (mgr.14180) 244 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:38.360 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:38.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:38.195177+0000 mgr.smithi038.gyuhij (mgr.14180) 245 : 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-13T04:12:38.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:38.195177+0000 mgr.smithi038.gyuhij (mgr.14180) 245 : 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-13T04:12:40.578 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:40.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:41.242 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:41.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:40.195719+0000 mgr.smithi038.gyuhij (mgr.14180) 246 : cluster [DBG] pgmap v203: 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-13T04:12:41.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:40.575556+0000 mgr.smithi038.gyuhij (mgr.14180) 247 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:40.195719+0000 mgr.smithi038.gyuhij (mgr.14180) 246 : cluster [DBG] pgmap v203: 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-13T04:12:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:40.575556+0000 mgr.smithi038.gyuhij (mgr.14180) 247 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:42.243 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:43.685 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:42.196346+0000 mgr.smithi038.gyuhij (mgr.14180) 248 : 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-13T04:12:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:42.196346+0000 mgr.smithi038.gyuhij (mgr.14180) 248 : 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-13T04:12:44.379 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:44.379 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:44.921 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:44.196734+0000 mgr.smithi038.gyuhij (mgr.14180) 249 : 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-13T04:12:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:44.376373+0000 mgr.smithi038.gyuhij (mgr.14180) 250 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:44.196734+0000 mgr.smithi038.gyuhij (mgr.14180) 249 : 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-13T04:12:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:44.376373+0000 mgr.smithi038.gyuhij (mgr.14180) 250 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:45.923 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:46.197203+0000 mgr.smithi038.gyuhij (mgr.14180) 251 : cluster [DBG] pgmap v206: 97 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-13T04:12:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:46.197203+0000 mgr.smithi038.gyuhij (mgr.14180) 251 : cluster [DBG] pgmap v206: 97 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-13T04:12:48.256 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:48.256 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:48.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:48.197600+0000 mgr.smithi038.gyuhij (mgr.14180) 252 : 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-13T04:12:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:48.253051+0000 mgr.smithi038.gyuhij (mgr.14180) 253 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:49.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:48.197600+0000 mgr.smithi038.gyuhij (mgr.14180) 252 : 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-13T04:12:49.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:48.253051+0000 mgr.smithi038.gyuhij (mgr.14180) 253 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:49.906 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:51.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:50.198203+0000 mgr.smithi038.gyuhij (mgr.14180) 254 : cluster [DBG] pgmap v208: 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-13T04:12:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:50.198203+0000 mgr.smithi038.gyuhij (mgr.14180) 254 : cluster [DBG] pgmap v208: 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-13T04:12:52.127 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:52.127 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:52.829 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:52.124263+0000 mgr.smithi038.gyuhij (mgr.14180) 255 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:52.198698+0000 mgr.smithi038.gyuhij (mgr.14180) 256 : 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-13T04:12:53.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:52.124263+0000 mgr.smithi038.gyuhij (mgr.14180) 255 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:53.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:52.198698+0000 mgr.smithi038.gyuhij (mgr.14180) 256 : 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-13T04:12:53.830 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:55.364 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:54.199149+0000 mgr.smithi038.gyuhij (mgr.14180) 257 : 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-13T04:12:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:54.199149+0000 mgr.smithi038.gyuhij (mgr.14180) 257 : 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-13T04:12:56.008 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:56.008 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:12:56.719 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:12:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:56.005077+0000 mgr.smithi038.gyuhij (mgr.14180) 258 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:56.199636+0000 mgr.smithi038.gyuhij (mgr.14180) 259 : cluster [DBG] pgmap v211: 97 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-13T04:12:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:56.005077+0000 mgr.smithi038.gyuhij (mgr.14180) 258 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:12:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:56.199636+0000 mgr.smithi038.gyuhij (mgr.14180) 259 : cluster [DBG] pgmap v211: 97 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-13T04:12:57.719 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:12:59.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:12:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:12:58.199967+0000 mgr.smithi038.gyuhij (mgr.14180) 260 : 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-13T04:12:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:12:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:12:58.199967+0000 mgr.smithi038.gyuhij (mgr.14180) 260 : 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-13T04:12:59.943 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:12:59.944 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:00.650 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:01.651 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:01.685 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:12:59.941192+0000 mgr.smithi038.gyuhij (mgr.14180) 261 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:01.685 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:00.200420+0000 mgr.smithi038.gyuhij (mgr.14180) 262 : cluster [DBG] pgmap v213: 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-13T04:13:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:12:59.941192+0000 mgr.smithi038.gyuhij (mgr.14180) 261 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:00.200420+0000 mgr.smithi038.gyuhij (mgr.14180) 262 : cluster [DBG] pgmap v213: 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-13T04:13:03.462 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:02.201077+0000 mgr.smithi038.gyuhij (mgr.14180) 263 : 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-13T04:13:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:02.201077+0000 mgr.smithi038.gyuhij (mgr.14180) 263 : 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-13T04:13:03.924 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:03.924 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:04.715 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:05.716 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:03.920776+0000 mgr.smithi038.gyuhij (mgr.14180) 264 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:04.201601+0000 mgr.smithi038.gyuhij (mgr.14180) 265 : 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-13T04:13:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:03.920776+0000 mgr.smithi038.gyuhij (mgr.14180) 264 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:04.201601+0000 mgr.smithi038.gyuhij (mgr.14180) 265 : 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-13T04:13:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:06.202143+0000 mgr.smithi038.gyuhij (mgr.14180) 266 : cluster [DBG] pgmap v216: 97 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-13T04:13:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:06.202143+0000 mgr.smithi038.gyuhij (mgr.14180) 266 : cluster [DBG] pgmap v216: 97 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-13T04:13:07.916 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:07.916 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:08.613 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:09.614 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:09.646 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:07.913338+0000 mgr.smithi038.gyuhij (mgr.14180) 267 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:09.646 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:08.202578+0000 mgr.smithi038.gyuhij (mgr.14180) 268 : cluster [DBG] pgmap v217: 97 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-13T04:13:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:07.913338+0000 mgr.smithi038.gyuhij (mgr.14180) 267 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:08.202578+0000 mgr.smithi038.gyuhij (mgr.14180) 268 : cluster [DBG] pgmap v217: 97 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-13T04:13:11.484 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:10.203212+0000 mgr.smithi038.gyuhij (mgr.14180) 269 : cluster [DBG] pgmap v218: 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-13T04:13:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:10.203212+0000 mgr.smithi038.gyuhij (mgr.14180) 269 : cluster [DBG] pgmap v218: 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-13T04:13:11.937 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:11.938 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:12.634 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:13.635 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:13.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:11.935039+0000 mgr.smithi038.gyuhij (mgr.14180) 270 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:13.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:12.203916+0000 mgr.smithi038.gyuhij (mgr.14180) 271 : cluster [DBG] pgmap v219: 97 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-13T04:13:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:11.935039+0000 mgr.smithi038.gyuhij (mgr.14180) 270 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:12.203916+0000 mgr.smithi038.gyuhij (mgr.14180) 271 : cluster [DBG] pgmap v219: 97 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-13T04:13:15.384 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:14.204477+0000 mgr.smithi038.gyuhij (mgr.14180) 272 : cluster [DBG] pgmap v220: 97 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-13T04:13:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:14.204477+0000 mgr.smithi038.gyuhij (mgr.14180) 272 : cluster [DBG] pgmap v220: 97 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-13T04:13:15.836 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:15.836 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:16.672 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:15.833427+0000 mgr.smithi038.gyuhij (mgr.14180) 273 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:16.205144+0000 mgr.smithi038.gyuhij (mgr.14180) 274 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:15.833427+0000 mgr.smithi038.gyuhij (mgr.14180) 273 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:16.205144+0000 mgr.smithi038.gyuhij (mgr.14180) 274 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:17.674 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:19.157 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:17.793360+0000 mon.smithi038 (mon.0) 691 : cluster [DBG] mgrmap e21: smithi038.gyuhij(active, since 6m), standbys: smithi192.evqltq 2024-02-13T04:13:19.158 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:18.205494+0000 mgr.smithi038.gyuhij (mgr.14180) 275 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:17.793360+0000 mon.smithi038 (mon.0) 691 : cluster [DBG] mgrmap e21: smithi038.gyuhij(active, since 6m), standbys: smithi192.evqltq 2024-02-13T04:13:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:18.205494+0000 mgr.smithi038.gyuhij (mgr.14180) 275 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:19.910 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:19.910 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:20.673 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:21.674 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:21.709 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:19.906664+0000 mgr.smithi038.gyuhij (mgr.14180) 276 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:21.709 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:20.205989+0000 mgr.smithi038.gyuhij (mgr.14180) 277 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:19.906664+0000 mgr.smithi038.gyuhij (mgr.14180) 276 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:20.205989+0000 mgr.smithi038.gyuhij (mgr.14180) 277 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:23.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:22.206646+0000 mgr.smithi038.gyuhij (mgr.14180) 278 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:22.206646+0000 mgr.smithi038.gyuhij (mgr.14180) 278 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:23.986 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:23.987 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:24.787 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:23.983805+0000 mgr.smithi038.gyuhij (mgr.14180) 279 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:24.207186+0000 mgr.smithi038.gyuhij (mgr.14180) 280 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:23.983805+0000 mgr.smithi038.gyuhij (mgr.14180) 279 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:24.207186+0000 mgr.smithi038.gyuhij (mgr.14180) 280 : 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, 170 B/s wr, 0 op/s 2024-02-13T04:13:25.788 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:26.899 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:26.207718+0000 mgr.smithi038.gyuhij (mgr.14180) 281 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:26.207718+0000 mgr.smithi038.gyuhij (mgr.14180) 281 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T04:13:28.094 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:28.094 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:28.909 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:28.091209+0000 mgr.smithi038.gyuhij (mgr.14180) 282 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:28.208155+0000 mgr.smithi038.gyuhij (mgr.14180) 283 : 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-13T04:13:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:28.091209+0000 mgr.smithi038.gyuhij (mgr.14180) 282 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:28.208155+0000 mgr.smithi038.gyuhij (mgr.14180) 283 : 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-13T04:13:29.909 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:31.430 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:30.208792+0000 mgr.smithi038.gyuhij (mgr.14180) 284 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:30.208792+0000 mgr.smithi038.gyuhij (mgr.14180) 284 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:32.167 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:32.167 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:32.885 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:32.164624+0000 mgr.smithi038.gyuhij (mgr.14180) 285 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:32.209218+0000 mgr.smithi038.gyuhij (mgr.14180) 286 : 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-13T04:13:33.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:32.164624+0000 mgr.smithi038.gyuhij (mgr.14180) 285 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:33.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:32.209218+0000 mgr.smithi038.gyuhij (mgr.14180) 286 : 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-13T04:13:33.886 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:35.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:34.209761+0000 mgr.smithi038.gyuhij (mgr.14180) 287 : 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-13T04:13:35.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:34.209761+0000 mgr.smithi038.gyuhij (mgr.14180) 287 : 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-13T04:13:36.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:36.211 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:36.931 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:36.208625+0000 mgr.smithi038.gyuhij (mgr.14180) 288 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:36.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:36.210170+0000 mgr.smithi038.gyuhij (mgr.14180) 289 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:36.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:36.208625+0000 mgr.smithi038.gyuhij (mgr.14180) 288 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:36.210170+0000 mgr.smithi038.gyuhij (mgr.14180) 289 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:37.951 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:38.210470+0000 mgr.smithi038.gyuhij (mgr.14180) 290 : 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-13T04:13:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:38.210470+0000 mgr.smithi038.gyuhij (mgr.14180) 290 : 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-13T04:13:40.228 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:40.228 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:40.857 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:40.210931+0000 mgr.smithi038.gyuhij (mgr.14180) 291 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:40.225396+0000 mgr.smithi038.gyuhij (mgr.14180) 292 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:40.210931+0000 mgr.smithi038.gyuhij (mgr.14180) 291 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:40.225396+0000 mgr.smithi038.gyuhij (mgr.14180) 292 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:41.857 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:43.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:42.211598+0000 mgr.smithi038.gyuhij (mgr.14180) 293 : 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-13T04:13:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:42.211598+0000 mgr.smithi038.gyuhij (mgr.14180) 293 : 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-13T04:13:44.189 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:44.189 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:45.017 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:44.186282+0000 mgr.smithi038.gyuhij (mgr.14180) 294 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:44.211985+0000 mgr.smithi038.gyuhij (mgr.14180) 295 : 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-13T04:13:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:44.186282+0000 mgr.smithi038.gyuhij (mgr.14180) 294 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:44.211985+0000 mgr.smithi038.gyuhij (mgr.14180) 295 : 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-13T04:13:46.019 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:46.212458+0000 mgr.smithi038.gyuhij (mgr.14180) 296 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:46.212458+0000 mgr.smithi038.gyuhij (mgr.14180) 296 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:48.520 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:48.521 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:49.282 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:48.212906+0000 mgr.smithi038.gyuhij (mgr.14180) 297 : 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-13T04:13:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:48.517721+0000 mgr.smithi038.gyuhij (mgr.14180) 298 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:48.212906+0000 mgr.smithi038.gyuhij (mgr.14180) 297 : 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-13T04:13:49.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:48.517721+0000 mgr.smithi038.gyuhij (mgr.14180) 298 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:50.284 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:50.213512+0000 mgr.smithi038.gyuhij (mgr.14180) 299 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:50.213512+0000 mgr.smithi038.gyuhij (mgr.14180) 299 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:13:52.591 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:52.591 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:53.408 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:52.213989+0000 mgr.smithi038.gyuhij (mgr.14180) 300 : 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-13T04:13:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:52.588571+0000 mgr.smithi038.gyuhij (mgr.14180) 301 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:53.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:52.213989+0000 mgr.smithi038.gyuhij (mgr.14180) 300 : 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-13T04:13:53.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:52.588571+0000 mgr.smithi038.gyuhij (mgr.14180) 301 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:54.409 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:55.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:54.214554+0000 mgr.smithi038.gyuhij (mgr.14180) 302 : 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-13T04:13:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:54.214554+0000 mgr.smithi038.gyuhij (mgr.14180) 302 : 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-13T04:13:56.723 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:13:56.723 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:13:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:56.214999+0000 mgr.smithi038.gyuhij (mgr.14180) 303 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:56.214999+0000 mgr.smithi038.gyuhij (mgr.14180) 303 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:13:57.524 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:13:57.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:13:56.719717+0000 mgr.smithi038.gyuhij (mgr.14180) 304 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:57.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:13:56.719717+0000 mgr.smithi038.gyuhij (mgr.14180) 304 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:13:58.525 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:13:58.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:13:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:13:58.215376+0000 mgr.smithi038.gyuhij (mgr.14180) 305 : 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-13T04:13:58.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:13:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:13:58.215376+0000 mgr.smithi038.gyuhij (mgr.14180) 305 : 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-13T04:14:00.788 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:00.789 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:01.490 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:00.216095+0000 mgr.smithi038.gyuhij (mgr.14180) 306 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:01.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:00.216095+0000 mgr.smithi038.gyuhij (mgr.14180) 306 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:02.514 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:02.549 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:00.785462+0000 mgr.smithi038.gyuhij (mgr.14180) 307 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:02.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:00.785462+0000 mgr.smithi038.gyuhij (mgr.14180) 307 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:03.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:02.216609+0000 mgr.smithi038.gyuhij (mgr.14180) 308 : 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-13T04:14:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:02.216609+0000 mgr.smithi038.gyuhij (mgr.14180) 308 : 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-13T04:14:04.658 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:04.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:05.431 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:04.217039+0000 mgr.smithi038.gyuhij (mgr.14180) 309 : 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-13T04:14:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:04.655576+0000 mgr.smithi038.gyuhij (mgr.14180) 310 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:04.217039+0000 mgr.smithi038.gyuhij (mgr.14180) 309 : 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-13T04:14:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:04.655576+0000 mgr.smithi038.gyuhij (mgr.14180) 310 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:06.432 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:06.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:06.217803+0000 mgr.smithi038.gyuhij (mgr.14180) 311 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:06.217803+0000 mgr.smithi038.gyuhij (mgr.14180) 311 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:08.601 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:08.601 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:09.423 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:08.218207+0000 mgr.smithi038.gyuhij (mgr.14180) 312 : 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-13T04:14:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:08.598685+0000 mgr.smithi038.gyuhij (mgr.14180) 313 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:08.218207+0000 mgr.smithi038.gyuhij (mgr.14180) 312 : 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-13T04:14:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:08.598685+0000 mgr.smithi038.gyuhij (mgr.14180) 313 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:10.424 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:11.633 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:10.218748+0000 mgr.smithi038.gyuhij (mgr.14180) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:10.218748+0000 mgr.smithi038.gyuhij (mgr.14180) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:12.761 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:12.761 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:12.219454+0000 mgr.smithi038.gyuhij (mgr.14180) 315 : 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-13T04:14:13.526 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:12.219454+0000 mgr.smithi038.gyuhij (mgr.14180) 315 : 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-13T04:14:14.528 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:14.562 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:12.758343+0000 mgr.smithi038.gyuhij (mgr.14180) 316 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:12.758343+0000 mgr.smithi038.gyuhij (mgr.14180) 316 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:15.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:14.220201+0000 mgr.smithi038.gyuhij (mgr.14180) 317 : 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-13T04:14:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:14.220201+0000 mgr.smithi038.gyuhij (mgr.14180) 317 : 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-13T04:14:16.715 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:16.715 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:16.220611+0000 mgr.smithi038.gyuhij (mgr.14180) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:17.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:16.220611+0000 mgr.smithi038.gyuhij (mgr.14180) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:17.451 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:17.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:16.712480+0000 mgr.smithi038.gyuhij (mgr.14180) 319 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:18.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:16.712480+0000 mgr.smithi038.gyuhij (mgr.14180) 319 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:18.452 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:18.220998+0000 mgr.smithi038.gyuhij (mgr.14180) 320 : 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-13T04:14:18.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:18.220998+0000 mgr.smithi038.gyuhij (mgr.14180) 320 : 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-13T04:14:20.801 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:20.801 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z 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.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:21.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:20.221584+0000 mgr.smithi038.gyuhij (mgr.14180) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:21.558 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:20.221584+0000 mgr.smithi038.gyuhij (mgr.14180) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:22.559 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:22.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:20.798053+0000 mgr.smithi038.gyuhij (mgr.14180) 322 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:20.798053+0000 mgr.smithi038.gyuhij (mgr.14180) 322 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:23.316 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:22.222069+0000 mgr.smithi038.gyuhij (mgr.14180) 323 : 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-13T04:14:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:22.222069+0000 mgr.smithi038.gyuhij (mgr.14180) 323 : 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-13T04:14:24.456 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:23.933985+0000 mon.smithi038 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.wwpxef"}]: dispatch 2024-02-13T04:14:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:23.933985+0000 mon.smithi038 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.wwpxef"}]: dispatch 2024-02-13T04:14:24.916 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:24.916 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:14:23.933426+0000 mgr.smithi038.gyuhij (mgr.14180) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:14:25.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:14:23.933646+0000 mgr.smithi038.gyuhij (mgr.14180) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:14:23.934635+0000 mgr.smithi038.gyuhij (mgr.14180) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:14:25.744 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.744 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:14:23.936015+0000 mgr.smithi038.gyuhij (mgr.14180) 327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ztkihd on smithi038 2024-02-13T04:14:25.744 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:24.222534+0000 mgr.smithi038.gyuhij (mgr.14180) 328 : 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-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:14:23.933426+0000 mgr.smithi038.gyuhij (mgr.14180) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:14:25.745 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.746 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:14:23.933646+0000 mgr.smithi038.gyuhij (mgr.14180) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:14:23.934635+0000 mgr.smithi038.gyuhij (mgr.14180) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.wwpxef ... 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:12:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:13:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:14:25.747 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:14:25.748 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:14:23.936015+0000 mgr.smithi038.gyuhij (mgr.14180) 327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ztkihd on smithi038 2024-02-13T04:14:25.748 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:24.222534+0000 mgr.smithi038.gyuhij (mgr.14180) 328 : 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-13T04:14:25.762 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:24.913374+0000 mgr.smithi038.gyuhij (mgr.14180) 329 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:24.913374+0000 mgr.smithi038.gyuhij (mgr.14180) 329 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:26.764 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:27.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:26.223099+0000 mgr.smithi038.gyuhij (mgr.14180) 330 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:27.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:26.223099+0000 mgr.smithi038.gyuhij (mgr.14180) 330 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:29.109 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:29.109 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:28.223519+0000 mgr.smithi038.gyuhij (mgr.14180) 331 : 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-13T04:14:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:28.223519+0000 mgr.smithi038.gyuhij (mgr.14180) 331 : 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-13T04:14:29.936 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:29.106397+0000 mgr.smithi038.gyuhij (mgr.14180) 332 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:29.106397+0000 mgr.smithi038.gyuhij (mgr.14180) 332 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:30.937 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:31.698 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:30.224152+0000 mgr.smithi038.gyuhij (mgr.14180) 333 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:30.224152+0000 mgr.smithi038.gyuhij (mgr.14180) 333 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:33.285 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:33.285 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:33.635 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:32.224663+0000 mgr.smithi038.gyuhij (mgr.14180) 334 : 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-13T04:14:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:32.224663+0000 mgr.smithi038.gyuhij (mgr.14180) 334 : 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-13T04:14:34.054 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:33.282433+0000 mgr.smithi038.gyuhij (mgr.14180) 335 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:33.282433+0000 mgr.smithi038.gyuhij (mgr.14180) 335 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:35.056 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:35.620 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:34.225326+0000 mgr.smithi038.gyuhij (mgr.14180) 336 : 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-13T04:14:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:34.225326+0000 mgr.smithi038.gyuhij (mgr.14180) 336 : 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-13T04:14:36.883 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:36.225773+0000 mgr.smithi038.gyuhij (mgr.14180) 337 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:36.225773+0000 mgr.smithi038.gyuhij (mgr.14180) 337 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:37.327 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:37.327 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:37.324776+0000 mgr.smithi038.gyuhij (mgr.14180) 338 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:37.324776+0000 mgr.smithi038.gyuhij (mgr.14180) 338 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:38.094 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:38.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:38.226176+0000 mgr.smithi038.gyuhij (mgr.14180) 339 : 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-13T04:14:39.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:38.226176+0000 mgr.smithi038.gyuhij (mgr.14180) 339 : 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-13T04:14:39.095 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:41.334 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:41.334 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:41.716 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:40.226779+0000 mgr.smithi038.gyuhij (mgr.14180) 340 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:40.226779+0000 mgr.smithi038.gyuhij (mgr.14180) 340 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:42.132 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:42.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:41.330857+0000 mgr.smithi038.gyuhij (mgr.14180) 341 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:42.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:41.330857+0000 mgr.smithi038.gyuhij (mgr.14180) 341 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:43.133 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:43.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:42.227394+0000 mgr.smithi038.gyuhij (mgr.14180) 342 : 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-13T04:14:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:42.227394+0000 mgr.smithi038.gyuhij (mgr.14180) 342 : 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-13T04:14:45.337 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:45.337 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:45.697 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:44.227963+0000 mgr.smithi038.gyuhij (mgr.14180) 343 : 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-13T04:14:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:44.227963+0000 mgr.smithi038.gyuhij (mgr.14180) 343 : 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-13T04:14:46.090 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:45.334650+0000 mgr.smithi038.gyuhij (mgr.14180) 344 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:45.334650+0000 mgr.smithi038.gyuhij (mgr.14180) 344 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:47.090 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:47.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:46.228708+0000 mgr.smithi038.gyuhij (mgr.14180) 345 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:47.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:46.228708+0000 mgr.smithi038.gyuhij (mgr.14180) 345 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:49.445 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:49.445 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:48.229388+0000 mgr.smithi038.gyuhij (mgr.14180) 346 : 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-13T04:14:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:48.229388+0000 mgr.smithi038.gyuhij (mgr.14180) 346 : 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-13T04:14:50.404 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:49.442104+0000 mgr.smithi038.gyuhij (mgr.14180) 347 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:50.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:49.442104+0000 mgr.smithi038.gyuhij (mgr.14180) 347 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:51.405 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:50.230220+0000 mgr.smithi038.gyuhij (mgr.14180) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:50.230220+0000 mgr.smithi038.gyuhij (mgr.14180) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:14:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:52.230711+0000 mgr.smithi038.gyuhij (mgr.14180) 349 : 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-13T04:14:53.568 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:53.568 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:52.230711+0000 mgr.smithi038.gyuhij (mgr.14180) 349 : 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-13T04:14:54.373 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:53.564908+0000 mgr.smithi038.gyuhij (mgr.14180) 350 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:54.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:53.564908+0000 mgr.smithi038.gyuhij (mgr.14180) 350 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:55.375 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:54.231446+0000 mgr.smithi038.gyuhij (mgr.14180) 351 : 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-13T04:14:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:54.231446+0000 mgr.smithi038.gyuhij (mgr.14180) 351 : 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-13T04:14:56.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:56.231829+0000 mgr.smithi038.gyuhij (mgr.14180) 352 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:56.231829+0000 mgr.smithi038.gyuhij (mgr.14180) 352 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:14:57.689 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:14:57.689 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:14:58.432 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:14:59.433 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:14:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:14:57.685967+0000 mgr.smithi038.gyuhij (mgr.14180) 353 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:14:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:14:58.232361+0000 mgr.smithi038.gyuhij (mgr.14180) 354 : 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-13T04:14:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:14:57.685967+0000 mgr.smithi038.gyuhij (mgr.14180) 353 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:14:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:14:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:14:58.232361+0000 mgr.smithi038.gyuhij (mgr.14180) 354 : 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-13T04:15:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:00.232840+0000 mgr.smithi038.gyuhij (mgr.14180) 355 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:01.749 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:01.749 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:00.232840+0000 mgr.smithi038.gyuhij (mgr.14180) 355 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:02.435 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:03.437 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:01.746331+0000 mgr.smithi038.gyuhij (mgr.14180) 356 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:02.233561+0000 mgr.smithi038.gyuhij (mgr.14180) 357 : 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-13T04:15:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:01.746331+0000 mgr.smithi038.gyuhij (mgr.14180) 356 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:02.233561+0000 mgr.smithi038.gyuhij (mgr.14180) 357 : 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-13T04:15:05.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:04.233989+0000 mgr.smithi038.gyuhij (mgr.14180) 358 : 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-13T04:15:05.588 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:05.589 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:04.233989+0000 mgr.smithi038.gyuhij (mgr.14180) 358 : 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-13T04:15:06.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:05.586053+0000 mgr.smithi038.gyuhij (mgr.14180) 359 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:05.586053+0000 mgr.smithi038.gyuhij (mgr.14180) 359 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:07.306 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:07.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:06.234641+0000 mgr.smithi038.gyuhij (mgr.14180) 360 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:07.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:06.234641+0000 mgr.smithi038.gyuhij (mgr.14180) 360 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:09.517 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:09.517 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:08.235091+0000 mgr.smithi038.gyuhij (mgr.14180) 361 : 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-13T04:15:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:08.235091+0000 mgr.smithi038.gyuhij (mgr.14180) 361 : 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-13T04:15:10.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:09.514081+0000 mgr.smithi038.gyuhij (mgr.14180) 362 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:09.514081+0000 mgr.smithi038.gyuhij (mgr.14180) 362 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:11.306 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:10.235657+0000 mgr.smithi038.gyuhij (mgr.14180) 363 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:10.235657+0000 mgr.smithi038.gyuhij (mgr.14180) 363 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:13.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:12.236107+0000 mgr.smithi038.gyuhij (mgr.14180) 364 : 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-13T04:15:13.642 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:13.642 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:12.236107+0000 mgr.smithi038.gyuhij (mgr.14180) 364 : 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-13T04:15:14.367 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:13.639369+0000 mgr.smithi038.gyuhij (mgr.14180) 365 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:13.639369+0000 mgr.smithi038.gyuhij (mgr.14180) 365 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:15.368 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:14.236701+0000 mgr.smithi038.gyuhij (mgr.14180) 366 : 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-13T04:15:15.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:14.236701+0000 mgr.smithi038.gyuhij (mgr.14180) 366 : 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-13T04:15:16.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:16.237127+0000 mgr.smithi038.gyuhij (mgr.14180) 367 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:16.237127+0000 mgr.smithi038.gyuhij (mgr.14180) 367 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:17.726 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:17.727 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:18.518 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:19.519 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:19.553 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:17.723857+0000 mgr.smithi038.gyuhij (mgr.14180) 368 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:19.553 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:18.237564+0000 mgr.smithi038.gyuhij (mgr.14180) 369 : 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-13T04:15:19.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:17.723857+0000 mgr.smithi038.gyuhij (mgr.14180) 368 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:19.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:18.237564+0000 mgr.smithi038.gyuhij (mgr.14180) 369 : 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-13T04:15:21.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:20.238206+0000 mgr.smithi038.gyuhij (mgr.14180) 370 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:20.238206+0000 mgr.smithi038.gyuhij (mgr.14180) 370 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:21.969 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:21.969 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:22.755 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:21.965968+0000 mgr.smithi038.gyuhij (mgr.14180) 371 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:22.238696+0000 mgr.smithi038.gyuhij (mgr.14180) 372 : 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-13T04:15:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:21.965968+0000 mgr.smithi038.gyuhij (mgr.14180) 371 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:22.238696+0000 mgr.smithi038.gyuhij (mgr.14180) 372 : 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-13T04:15:23.756 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:25.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:24.239294+0000 mgr.smithi038.gyuhij (mgr.14180) 373 : 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-13T04:15:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:24.239294+0000 mgr.smithi038.gyuhij (mgr.14180) 373 : 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-13T04:15:26.107 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:26.107 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:26.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:26.103346+0000 mgr.smithi038.gyuhij (mgr.14180) 374 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:26.892 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:26.239930+0000 mgr.smithi038.gyuhij (mgr.14180) 375 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:26.916 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:26.103346+0000 mgr.smithi038.gyuhij (mgr.14180) 374 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:26.239930+0000 mgr.smithi038.gyuhij (mgr.14180) 375 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:27.917 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:29.641 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:28.240272+0000 mgr.smithi038.gyuhij (mgr.14180) 376 : 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-13T04:15:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:28.240272+0000 mgr.smithi038.gyuhij (mgr.14180) 376 : 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-13T04:15:30.087 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:30.087 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:30.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:30.084402+0000 mgr.smithi038.gyuhij (mgr.14180) 377 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:30.241014+0000 mgr.smithi038.gyuhij (mgr.14180) 378 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:30.084402+0000 mgr.smithi038.gyuhij (mgr.14180) 377 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:30.241014+0000 mgr.smithi038.gyuhij (mgr.14180) 378 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:31.907 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:33.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:32.241730+0000 mgr.smithi038.gyuhij (mgr.14180) 379 : 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-13T04:15:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:32.241730+0000 mgr.smithi038.gyuhij (mgr.14180) 379 : 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-13T04:15:34.112 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:34.112 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:34.821 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:34.109781+0000 mgr.smithi038.gyuhij (mgr.14180) 380 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:34.242146+0000 mgr.smithi038.gyuhij (mgr.14180) 381 : 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-13T04:15:35.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:34.109781+0000 mgr.smithi038.gyuhij (mgr.14180) 380 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:35.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:34.242146+0000 mgr.smithi038.gyuhij (mgr.14180) 381 : 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-13T04:15:35.822 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:36.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:36.242646+0000 mgr.smithi038.gyuhij (mgr.14180) 382 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:36.242646+0000 mgr.smithi038.gyuhij (mgr.14180) 382 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:37.983 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:37.983 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:38.751 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:37.980780+0000 mgr.smithi038.gyuhij (mgr.14180) 383 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:38.243321+0000 mgr.smithi038.gyuhij (mgr.14180) 384 : 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-13T04:15:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:37.980780+0000 mgr.smithi038.gyuhij (mgr.14180) 383 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:38.243321+0000 mgr.smithi038.gyuhij (mgr.14180) 384 : 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-13T04:15:39.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:41.560 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:40.243876+0000 mgr.smithi038.gyuhij (mgr.14180) 385 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:40.243876+0000 mgr.smithi038.gyuhij (mgr.14180) 385 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:42.031 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:42.031 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:42.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:42.028449+0000 mgr.smithi038.gyuhij (mgr.14180) 386 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:42.244315+0000 mgr.smithi038.gyuhij (mgr.14180) 387 : 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-13T04:15:43.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:42.028449+0000 mgr.smithi038.gyuhij (mgr.14180) 386 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:43.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:42.244315+0000 mgr.smithi038.gyuhij (mgr.14180) 387 : 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-13T04:15:43.813 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:45.384 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:44.244767+0000 mgr.smithi038.gyuhij (mgr.14180) 388 : 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-13T04:15:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:44.244767+0000 mgr.smithi038.gyuhij (mgr.14180) 388 : 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-13T04:15:45.838 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:45.838 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:46.680 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:45.835672+0000 mgr.smithi038.gyuhij (mgr.14180) 389 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:46.245175+0000 mgr.smithi038.gyuhij (mgr.14180) 390 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:45.835672+0000 mgr.smithi038.gyuhij (mgr.14180) 389 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:46.245175+0000 mgr.smithi038.gyuhij (mgr.14180) 390 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:47.681 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:49.463 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:48.245546+0000 mgr.smithi038.gyuhij (mgr.14180) 391 : 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-13T04:15:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:48.245546+0000 mgr.smithi038.gyuhij (mgr.14180) 391 : 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-13T04:15:49.942 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:49.942 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:50.746 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:49.939381+0000 mgr.smithi038.gyuhij (mgr.14180) 392 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:50.246029+0000 mgr.smithi038.gyuhij (mgr.14180) 393 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:51.747 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:49.939381+0000 mgr.smithi038.gyuhij (mgr.14180) 392 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:50.246029+0000 mgr.smithi038.gyuhij (mgr.14180) 393 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:15:53.636 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:52.246465+0000 mgr.smithi038.gyuhij (mgr.14180) 394 : 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-13T04:15:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:52.246465+0000 mgr.smithi038.gyuhij (mgr.14180) 394 : 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-13T04:15:54.083 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:54.083 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:54.846 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:54.080040+0000 mgr.smithi038.gyuhij (mgr.14180) 395 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:54.246960+0000 mgr.smithi038.gyuhij (mgr.14180) 396 : 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-13T04:15:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:54.080040+0000 mgr.smithi038.gyuhij (mgr.14180) 395 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:54.246960+0000 mgr.smithi038.gyuhij (mgr.14180) 396 : 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-13T04:15:55.847 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:15:56.919 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:56.247476+0000 mgr.smithi038.gyuhij (mgr.14180) 397 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:56.247476+0000 mgr.smithi038.gyuhij (mgr.14180) 397 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:15:58.024 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:15:58.024 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:15:58.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:15:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:15:58.021097+0000 mgr.smithi038.gyuhij (mgr.14180) 398 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:15:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:15:58.247989+0000 mgr.smithi038.gyuhij (mgr.14180) 399 : 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-13T04:15:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:15:58.021097+0000 mgr.smithi038.gyuhij (mgr.14180) 398 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:15:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:15:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:15:58.247989+0000 mgr.smithi038.gyuhij (mgr.14180) 399 : 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-13T04:15:59.842 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:01.616 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:00.248568+0000 mgr.smithi038.gyuhij (mgr.14180) 400 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:00.248568+0000 mgr.smithi038.gyuhij (mgr.14180) 400 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:02.080 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:02.080 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:02.796 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:02.077554+0000 mgr.smithi038.gyuhij (mgr.14180) 401 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:02.249274+0000 mgr.smithi038.gyuhij (mgr.14180) 402 : 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-13T04:16:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:02.077554+0000 mgr.smithi038.gyuhij (mgr.14180) 401 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:02.249274+0000 mgr.smithi038.gyuhij (mgr.14180) 402 : 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-13T04:16:03.798 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:05.639 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:04.249751+0000 mgr.smithi038.gyuhij (mgr.14180) 403 : 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-13T04:16:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:04.249751+0000 mgr.smithi038.gyuhij (mgr.14180) 403 : 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-13T04:16:06.113 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:06.113 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:06.980 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:06.110030+0000 mgr.smithi038.gyuhij (mgr.14180) 404 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:06.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:06.250296+0000 mgr.smithi038.gyuhij (mgr.14180) 405 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:07.005 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:06.110030+0000 mgr.smithi038.gyuhij (mgr.14180) 404 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:06.250296+0000 mgr.smithi038.gyuhij (mgr.14180) 405 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:08.006 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:09.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:08.250630+0000 mgr.smithi038.gyuhij (mgr.14180) 406 : 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-13T04:16:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:08.250630+0000 mgr.smithi038.gyuhij (mgr.14180) 406 : 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-13T04:16:10.253 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:10.253 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:10.881 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:10.250020+0000 mgr.smithi038.gyuhij (mgr.14180) 407 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:10.251161+0000 mgr.smithi038.gyuhij (mgr.14180) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:10.250020+0000 mgr.smithi038.gyuhij (mgr.14180) 407 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:10.251161+0000 mgr.smithi038.gyuhij (mgr.14180) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:11.882 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:13.709 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:12.251595+0000 mgr.smithi038.gyuhij (mgr.14180) 409 : 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-13T04:16:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:12.251595+0000 mgr.smithi038.gyuhij (mgr.14180) 409 : 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-13T04:16:14.112 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:14.112 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:14.823 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:14.109458+0000 mgr.smithi038.gyuhij (mgr.14180) 410 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:14.252037+0000 mgr.smithi038.gyuhij (mgr.14180) 411 : 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-13T04:16:15.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:14.109458+0000 mgr.smithi038.gyuhij (mgr.14180) 410 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:15.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:14.252037+0000 mgr.smithi038.gyuhij (mgr.14180) 411 : 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-13T04:16:15.824 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:16.252492+0000 mgr.smithi038.gyuhij (mgr.14180) 412 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:16.252492+0000 mgr.smithi038.gyuhij (mgr.14180) 412 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:18.159 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:18.159 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:19.001 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:19.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:18.156995+0000 mgr.smithi038.gyuhij (mgr.14180) 413 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:19.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:18.252816+0000 mgr.smithi038.gyuhij (mgr.14180) 414 : 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-13T04:16:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:18.156995+0000 mgr.smithi038.gyuhij (mgr.14180) 413 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:18.252816+0000 mgr.smithi038.gyuhij (mgr.14180) 414 : 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-13T04:16:20.002 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:21.498 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:20.253285+0000 mgr.smithi038.gyuhij (mgr.14180) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:20.253285+0000 mgr.smithi038.gyuhij (mgr.14180) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:22.244 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:22.245 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:23.039 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:22.241510+0000 mgr.smithi038.gyuhij (mgr.14180) 416 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:22.253677+0000 mgr.smithi038.gyuhij (mgr.14180) 417 : 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-13T04:16:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:22.241510+0000 mgr.smithi038.gyuhij (mgr.14180) 416 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:22.253677+0000 mgr.smithi038.gyuhij (mgr.14180) 417 : 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-13T04:16:24.040 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:25.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:24.254153+0000 mgr.smithi038.gyuhij (mgr.14180) 418 : 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-13T04:16:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:24.254153+0000 mgr.smithi038.gyuhij (mgr.14180) 418 : 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-13T04:16:26.308 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:26.308 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:26.254553+0000 mgr.smithi038.gyuhij (mgr.14180) 419 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:26.305151+0000 mgr.smithi038.gyuhij (mgr.14180) 420 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:27.205 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:26.254553+0000 mgr.smithi038.gyuhij (mgr.14180) 419 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:26.305151+0000 mgr.smithi038.gyuhij (mgr.14180) 420 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:28.206 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:29.695 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:28.254929+0000 mgr.smithi038.gyuhij (mgr.14180) 421 : 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-13T04:16:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:28.254929+0000 mgr.smithi038.gyuhij (mgr.14180) 421 : 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-13T04:16:30.421 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:30.421 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:31.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:31.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:30.255411+0000 mgr.smithi038.gyuhij (mgr.14180) 422 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:31.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:30.418220+0000 mgr.smithi038.gyuhij (mgr.14180) 423 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:30.255411+0000 mgr.smithi038.gyuhij (mgr.14180) 422 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:30.418220+0000 mgr.smithi038.gyuhij (mgr.14180) 423 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:32.052 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:33.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:32.255791+0000 mgr.smithi038.gyuhij (mgr.14180) 424 : 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-13T04:16:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:32.255791+0000 mgr.smithi038.gyuhij (mgr.14180) 424 : 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-13T04:16:34.276 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:34.276 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:34.971 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:34.256242+0000 mgr.smithi038.gyuhij (mgr.14180) 425 : 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-13T04:16:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:34.272986+0000 mgr.smithi038.gyuhij (mgr.14180) 426 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:35.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:34.256242+0000 mgr.smithi038.gyuhij (mgr.14180) 425 : 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-13T04:16:35.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:34.272986+0000 mgr.smithi038.gyuhij (mgr.14180) 426 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:35.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:37.153 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:36.256858+0000 mgr.smithi038.gyuhij (mgr.14180) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:36.256858+0000 mgr.smithi038.gyuhij (mgr.14180) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:38.265 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:38.265 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:39.083 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:38.257268+0000 mgr.smithi038.gyuhij (mgr.14180) 428 : 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-13T04:16:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:38.262613+0000 mgr.smithi038.gyuhij (mgr.14180) 429 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:38.257268+0000 mgr.smithi038.gyuhij (mgr.14180) 428 : 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-13T04:16:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:38.262613+0000 mgr.smithi038.gyuhij (mgr.14180) 429 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:40.085 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:41.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:40.257737+0000 mgr.smithi038.gyuhij (mgr.14180) 430 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:40.257737+0000 mgr.smithi038.gyuhij (mgr.14180) 430 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:42.332 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:42.332 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:43.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:43.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:42.258106+0000 mgr.smithi038.gyuhij (mgr.14180) 431 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:43.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:42.328664+0000 mgr.smithi038.gyuhij (mgr.14180) 432 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:42.258106+0000 mgr.smithi038.gyuhij (mgr.14180) 431 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:42.328664+0000 mgr.smithi038.gyuhij (mgr.14180) 432 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:44.141 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:45.582 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:44.258559+0000 mgr.smithi038.gyuhij (mgr.14180) 433 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:44.258559+0000 mgr.smithi038.gyuhij (mgr.14180) 433 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:46.351 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:46.352 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:46.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:46.258993+0000 mgr.smithi038.gyuhij (mgr.14180) 434 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:46.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:46.348744+0000 mgr.smithi038.gyuhij (mgr.14180) 435 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:47.002 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:46.258993+0000 mgr.smithi038.gyuhij (mgr.14180) 434 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:46.348744+0000 mgr.smithi038.gyuhij (mgr.14180) 435 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:48.003 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:49.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:48.259363+0000 mgr.smithi038.gyuhij (mgr.14180) 436 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:48.259363+0000 mgr.smithi038.gyuhij (mgr.14180) 436 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:50.418 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:50.419 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:51.126 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:51.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:50.259802+0000 mgr.smithi038.gyuhij (mgr.14180) 437 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:51.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:50.415748+0000 mgr.smithi038.gyuhij (mgr.14180) 438 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:50.259802+0000 mgr.smithi038.gyuhij (mgr.14180) 437 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:16:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:50.415748+0000 mgr.smithi038.gyuhij (mgr.14180) 438 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:52.127 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:52.260248+0000 mgr.smithi038.gyuhij (mgr.14180) 439 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:52.260248+0000 mgr.smithi038.gyuhij (mgr.14180) 439 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:16:54.233 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:54.233 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:33.547968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:33.548204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:33.548381Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:33.548525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:33.548708Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:16:54.561 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:53.733778+0000 mon.smithi038 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ztkihd"}]: dispatch 2024-02-13T04:16:54.561 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:53.738597+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:54.561 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:53.740729+0000 mon.smithi038 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:16:54.561 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:54.107514+0000 mon.smithi038 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:53.733778+0000 mon.smithi038 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ztkihd"}]: dispatch 2024-02-13T04:16:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:53.738597+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:53.740729+0000 mon.smithi038 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:16:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:54.107514+0000 mon.smithi038 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:54.881 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:16:53.733273+0000 mgr.smithi038.gyuhij (mgr.14180) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:16:53.733450+0000 mgr.smithi038.gyuhij (mgr.14180) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:16:53.734399+0000 mgr.smithi038.gyuhij (mgr.14180) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:16:53.738894+0000 mgr.smithi038.gyuhij (mgr.14180) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:16:53.739930+0000 mgr.smithi038.gyuhij (mgr.14180) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:53.740725+0000 mgr.smithi038.gyuhij (mgr.14180) 445 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:54.229981+0000 mgr.smithi038.gyuhij (mgr.14180) 446 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:54.736916+0000 mon.smithi038 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:16:55.492 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:55.300196+0000 mon.smithi038 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:55.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:16:53.733273+0000 mgr.smithi038.gyuhij (mgr.14180) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:16:55.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:16:53.733450+0000 mgr.smithi038.gyuhij (mgr.14180) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:16:53.734399+0000 mgr.smithi038.gyuhij (mgr.14180) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.ztkihd ... 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:16:55.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:15: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-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:16: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-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:16:53.738894+0000 mgr.smithi038.gyuhij (mgr.14180) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:16:53.739930+0000 mgr.smithi038.gyuhij (mgr.14180) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:53.740725+0000 mgr.smithi038.gyuhij (mgr.14180) 445 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:54.229981+0000 mgr.smithi038.gyuhij (mgr.14180) 446 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:54.736916+0000 mon.smithi038 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:16:55.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:55.300196+0000 mon.smithi038 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:55.882 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:16:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:55.452009+0000 mon.smithi038 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:55.845530+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:55.452009+0000 mon.smithi038 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:55.845530+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:16:57.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:55.741319+0000 mgr.smithi038.gyuhij (mgr.14180) 447 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:57.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:55.741319+0000 mgr.smithi038.gyuhij (mgr.14180) 447 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:59.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:16:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:57.741860+0000 mgr.smithi038.gyuhij (mgr.14180) 448 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:16:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:57.741860+0000 mgr.smithi038.gyuhij (mgr.14180) 448 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:16:59.931 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:16:59.931 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:11:39.782480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:11:39.782562Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:11:39.782635Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:11:39.782388Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:11:39.782221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:11:39.782701Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:11:39.782834Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:11:39.782769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:01.294 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T04:17:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:16:59.742435+0000 mgr.smithi038.gyuhij (mgr.14180) 449 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-13T04:17:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:16:59.927985+0000 mgr.smithi038.gyuhij (mgr.14180) 450 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:16:59.742435+0000 mgr.smithi038.gyuhij (mgr.14180) 449 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-13T04:17:01.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:16:59.927985+0000 mgr.smithi038.gyuhij (mgr.14180) 450 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:02.295 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:03.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:01.742986+0000 mgr.smithi038.gyuhij (mgr.14180) 451 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:17:03.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.222473+0000 mon.smithi038 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.552689+0000 mon.smithi038 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.553416+0000 mon.smithi038 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.557891+0000 mon.smithi038 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:02.558838+0000 mgr.smithi038.gyuhij (mgr.14180) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.562148+0000 mon.smithi038 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:02.568885+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:17:02.570741+0000 mgr.smithi038.gyuhij (mgr.14180) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.fbrvvu on smithi192 2024-02-13T04:17:03.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:01.742986+0000 mgr.smithi038.gyuhij (mgr.14180) 451 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-13T04:17:03.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.222473+0000 mon.smithi038 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.552689+0000 mon.smithi038 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.553416+0000 mon.smithi038 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.557891+0000 mon.smithi038 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:02.558838+0000 mgr.smithi038.gyuhij (mgr.14180) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.562148+0000 mon.smithi038 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:02.568885+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:03.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:17:02.570741+0000 mgr.smithi038.gyuhij (mgr.14180) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.fbrvvu on smithi192 2024-02-13T04:17:04.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:03.556299+0000 mon.smithi038 (mon.0) 707 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:17:04.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:03.556343+0000 mon.smithi038 (mon.0) 708 : cluster [INF] Cluster is now healthy 2024-02-13T04:17:04.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:03.556299+0000 mon.smithi038 (mon.0) 707 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:17:04.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:03.556343+0000 mon.smithi038 (mon.0) 708 : cluster [INF] Cluster is now healthy 2024-02-13T04:17:04.541 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:04.541 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:05.394 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-13T04:17:05.395 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T04:17:05.405 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-13T04:17:05.405 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:05.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:04.537986+0000 mgr.smithi038.gyuhij (mgr.14180) 454 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:05.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:04.559289+0000 mgr.smithi038.gyuhij (mgr.14180) 455 : cluster [DBG] pgmap v336: 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-13T04:17:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:04.537986+0000 mgr.smithi038.gyuhij (mgr.14180) 454 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:04.559289+0000 mgr.smithi038.gyuhij (mgr.14180) 455 : cluster [DBG] pgmap v336: 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-13T04:17:07.045 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:06.559884+0000 mgr.smithi038.gyuhij (mgr.14180) 456 : cluster [DBG] pgmap v337: 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-13T04:17:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:06.559884+0000 mgr.smithi038.gyuhij (mgr.14180) 456 : cluster [DBG] pgmap v337: 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-13T04:17:07.477 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:07.477 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:08.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:07.473942+0000 mgr.smithi038.gyuhij (mgr.14180) 457 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:08.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:07.473942+0000 mgr.smithi038.gyuhij (mgr.14180) 457 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:08.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:09.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:08.560305+0000 mgr.smithi038.gyuhij (mgr.14180) 458 : cluster [DBG] pgmap v338: 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-13T04:17:09.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:08.560305+0000 mgr.smithi038.gyuhij (mgr.14180) 458 : cluster [DBG] pgmap v338: 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-13T04:17:09.268 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:11.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:10.301314+0000 mon.smithi038 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:11.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:10.560927+0000 mgr.smithi038.gyuhij (mgr.14180) 459 : cluster [DBG] pgmap v339: 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-13T04:17:11.707 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:11.707 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:10.301314+0000 mon.smithi038 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:17:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:10.560927+0000 mgr.smithi038.gyuhij (mgr.14180) 459 : cluster [DBG] pgmap v339: 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-13T04:17:12.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:13.502 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:13.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:11.703798+0000 mgr.smithi038.gyuhij (mgr.14180) 460 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:13.965 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:12.561461+0000 mgr.smithi038.gyuhij (mgr.14180) 461 : cluster [DBG] pgmap v340: 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-13T04:17:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:11.703798+0000 mgr.smithi038.gyuhij (mgr.14180) 460 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:12.561461+0000 mgr.smithi038.gyuhij (mgr.14180) 461 : cluster [DBG] pgmap v340: 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-13T04:17:15.771 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:15.771 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:15.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:14.562115+0000 mgr.smithi038.gyuhij (mgr.14180) 462 : 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-13T04:17:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:14.562115+0000 mgr.smithi038.gyuhij (mgr.14180) 462 : 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-13T04:17:16.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:15.768041+0000 mgr.smithi038.gyuhij (mgr.14180) 463 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:17.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:16.562749+0000 mgr.smithi038.gyuhij (mgr.14180) 464 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:15.768041+0000 mgr.smithi038.gyuhij (mgr.14180) 463 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:16.562749+0000 mgr.smithi038.gyuhij (mgr.14180) 464 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:17.560 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:19.750 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:19.750 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:19.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:18.563171+0000 mgr.smithi038.gyuhij (mgr.14180) 465 : 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-13T04:17:20.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:18.563171+0000 mgr.smithi038.gyuhij (mgr.14180) 465 : 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-13T04:17:20.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:21.583 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:19.745555+0000 mgr.smithi038.gyuhij (mgr.14180) 466 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:20.563780+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:17:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:19.745555+0000 mgr.smithi038.gyuhij (mgr.14180) 466 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:20.563780+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:17:23.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:22.564397+0000 mgr.smithi038.gyuhij (mgr.14180) 468 : 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-13T04:17:23.864 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:23.864 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:23.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:22.564397+0000 mgr.smithi038.gyuhij (mgr.14180) 468 : 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-13T04:17:24.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:25.691 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:23.860578+0000 mgr.smithi038.gyuhij (mgr.14180) 469 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:25.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:24.564923+0000 mgr.smithi038.gyuhij (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-13T04:17:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:23.860578+0000 mgr.smithi038.gyuhij (mgr.14180) 469 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:26.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:24.564923+0000 mgr.smithi038.gyuhij (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-13T04:17:27.197 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:26.565441+0000 mgr.smithi038.gyuhij (mgr.14180) 471 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:26.565441+0000 mgr.smithi038.gyuhij (mgr.14180) 471 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:27.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:27.888 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:28.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:29.850 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:29.884 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:27.884606+0000 mgr.smithi038.gyuhij (mgr.14180) 472 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:29.884 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:28.565882+0000 mgr.smithi038.gyuhij (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-13T04:17:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:27.884606+0000 mgr.smithi038.gyuhij (mgr.14180) 472 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:28.565882+0000 mgr.smithi038.gyuhij (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-13T04:17:31.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:30.566436+0000 mgr.smithi038.gyuhij (mgr.14180) 474 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:17:31.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:30.566436+0000 mgr.smithi038.gyuhij (mgr.14180) 474 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:17:32.218 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:32.219 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:32.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:32.215600+0000 mgr.smithi038.gyuhij (mgr.14180) 475 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:32.567041+0000 mgr.smithi038.gyuhij (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-13T04:17:33.995 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:32.215600+0000 mgr.smithi038.gyuhij (mgr.14180) 475 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:32.567041+0000 mgr.smithi038.gyuhij (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-13T04:17:35.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:34.567745+0000 mgr.smithi038.gyuhij (mgr.14180) 477 : 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-13T04:17:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:34.567745+0000 mgr.smithi038.gyuhij (mgr.14180) 477 : 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-13T04:17:36.232 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:36.233 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:36.919 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:36.229250+0000 mgr.smithi038.gyuhij (mgr.14180) 478 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:36.919 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:36.568184+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:17:36.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:36.229250+0000 mgr.smithi038.gyuhij (mgr.14180) 478 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:36.568184+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:17:37.943 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:39.837 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:38.568674+0000 mgr.smithi038.gyuhij (mgr.14180) 480 : 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-13T04:17:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:38.568674+0000 mgr.smithi038.gyuhij (mgr.14180) 480 : 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-13T04:17:40.291 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:40.291 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:40.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:40.287968+0000 mgr.smithi038.gyuhij (mgr.14180) 481 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:40.569397+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:17:42.000 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:40.287968+0000 mgr.smithi038.gyuhij (mgr.14180) 481 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:40.569397+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:17:43.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:42.569804+0000 mgr.smithi038.gyuhij (mgr.14180) 483 : 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-13T04:17:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:42.569804+0000 mgr.smithi038.gyuhij (mgr.14180) 483 : 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-13T04:17:44.276 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:44.276 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:45.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:44.273115+0000 mgr.smithi038.gyuhij (mgr.14180) 484 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:44.570338+0000 mgr.smithi038.gyuhij (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-13T04:17:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:44.273115+0000 mgr.smithi038.gyuhij (mgr.14180) 484 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:44.570338+0000 mgr.smithi038.gyuhij (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-13T04:17:46.023 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:47.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:46.570982+0000 mgr.smithi038.gyuhij (mgr.14180) 486 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:46.570982+0000 mgr.smithi038.gyuhij (mgr.14180) 486 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:48.387 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:48.387 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:49.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:48.384127+0000 mgr.smithi038.gyuhij (mgr.14180) 487 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:48.571430+0000 mgr.smithi038.gyuhij (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-13T04:17:50.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:48.384127+0000 mgr.smithi038.gyuhij (mgr.14180) 487 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:50.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:48.571430+0000 mgr.smithi038.gyuhij (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-13T04:17:50.294 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:51.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:50.572007+0000 mgr.smithi038.gyuhij (mgr.14180) 489 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:17:51.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:50.572007+0000 mgr.smithi038.gyuhij (mgr.14180) 489 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:17:52.589 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:52.589 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:53.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:53.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:52.572416+0000 mgr.smithi038.gyuhij (mgr.14180) 490 : 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-13T04:17:53.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:52.585900+0000 mgr.smithi038.gyuhij (mgr.14180) 491 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:54.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:52.572416+0000 mgr.smithi038.gyuhij (mgr.14180) 490 : 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-13T04:17:54.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:52.585900+0000 mgr.smithi038.gyuhij (mgr.14180) 491 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:54.380 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:55.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:54.572853+0000 mgr.smithi038.gyuhij (mgr.14180) 492 : 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-13T04:17:55.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:54.572853+0000 mgr.smithi038.gyuhij (mgr.14180) 492 : 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-13T04:17:56.707 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:17:56.707 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:17:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:56.573261+0000 mgr.smithi038.gyuhij (mgr.14180) 493 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:17:56.703631+0000 mgr.smithi038.gyuhij (mgr.14180) 494 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:56.573261+0000 mgr.smithi038.gyuhij (mgr.14180) 493 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:17:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:17:56.703631+0000 mgr.smithi038.gyuhij (mgr.14180) 494 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:17:57.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:17:58.546 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:17:59.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:17:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:17:58.573676+0000 mgr.smithi038.gyuhij (mgr.14180) 495 : 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-13T04:18:00.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:17:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:17:58.573676+0000 mgr.smithi038.gyuhij (mgr.14180) 495 : 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-13T04:18:00.845 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:00.846 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:01.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:00.574169+0000 mgr.smithi038.gyuhij (mgr.14180) 496 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:02.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:00.574169+0000 mgr.smithi038.gyuhij (mgr.14180) 496 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:02.612 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:02.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:00.842567+0000 mgr.smithi038.gyuhij (mgr.14180) 497 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:03.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:00.842567+0000 mgr.smithi038.gyuhij (mgr.14180) 497 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:03.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:02.574865+0000 mgr.smithi038.gyuhij (mgr.14180) 498 : 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-13T04:18:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:02.574865+0000 mgr.smithi038.gyuhij (mgr.14180) 498 : 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-13T04:18:04.784 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:04.785 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:05.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:04.575357+0000 mgr.smithi038.gyuhij (mgr.14180) 499 : 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-13T04:18:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:04.575357+0000 mgr.smithi038.gyuhij (mgr.14180) 499 : 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-13T04:18:06.478 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:06.899 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:04.781317+0000 mgr.smithi038.gyuhij (mgr.14180) 500 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:04.781317+0000 mgr.smithi038.gyuhij (mgr.14180) 500 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:07.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:06.575903+0000 mgr.smithi038.gyuhij (mgr.14180) 501 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:06.575903+0000 mgr.smithi038.gyuhij (mgr.14180) 501 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:08.687 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:08.688 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:09.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:08.576393+0000 mgr.smithi038.gyuhij (mgr.14180) 502 : 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-13T04:18:09.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:08.684354+0000 mgr.smithi038.gyuhij (mgr.14180) 503 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:08.576393+0000 mgr.smithi038.gyuhij (mgr.14180) 502 : 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-13T04:18:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:08.684354+0000 mgr.smithi038.gyuhij (mgr.14180) 503 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:10.476 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:10.576982+0000 mgr.smithi038.gyuhij (mgr.14180) 504 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:12.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:10.576982+0000 mgr.smithi038.gyuhij (mgr.14180) 504 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:12.766 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:12.766 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:13.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:13.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:12.577477+0000 mgr.smithi038.gyuhij (mgr.14180) 505 : 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-13T04:18:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:12.577477+0000 mgr.smithi038.gyuhij (mgr.14180) 505 : 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-13T04:18:14.467 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:14.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:12.763140+0000 mgr.smithi038.gyuhij (mgr.14180) 506 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:12.763140+0000 mgr.smithi038.gyuhij (mgr.14180) 506 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:15.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:14.578011+0000 mgr.smithi038.gyuhij (mgr.14180) 507 : 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-13T04:18:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:14.578011+0000 mgr.smithi038.gyuhij (mgr.14180) 507 : 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-13T04:18:16.794 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:16.795 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:17.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:16.578471+0000 mgr.smithi038.gyuhij (mgr.14180) 508 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:16.578471+0000 mgr.smithi038.gyuhij (mgr.14180) 508 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:17.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:16.790831+0000 mgr.smithi038.gyuhij (mgr.14180) 509 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:18.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:16.790831+0000 mgr.smithi038.gyuhij (mgr.14180) 509 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:18.430 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:19.199 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:18.579037+0000 mgr.smithi038.gyuhij (mgr.14180) 510 : 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-13T04:18:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:18.579037+0000 mgr.smithi038.gyuhij (mgr.14180) 510 : 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-13T04:18:20.653 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:20.653 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:21.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:20.579607+0000 mgr.smithi038.gyuhij (mgr.14180) 511 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:20.649630+0000 mgr.smithi038.gyuhij (mgr.14180) 512 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:20.579607+0000 mgr.smithi038.gyuhij (mgr.14180) 511 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:20.649630+0000 mgr.smithi038.gyuhij (mgr.14180) 512 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:22.357 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:23.896 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:22.580039+0000 mgr.smithi038.gyuhij (mgr.14180) 513 : 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-13T04:18:23.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:22.580039+0000 mgr.smithi038.gyuhij (mgr.14180) 513 : 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-13T04:18:24.654 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:24.655 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:25.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:24.580536+0000 mgr.smithi038.gyuhij (mgr.14180) 514 : 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-13T04:18:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:24.651467+0000 mgr.smithi038.gyuhij (mgr.14180) 515 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:24.580536+0000 mgr.smithi038.gyuhij (mgr.14180) 514 : 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-13T04:18:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:24.651467+0000 mgr.smithi038.gyuhij (mgr.14180) 515 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:26.413 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:27.114 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:26.580957+0000 mgr.smithi038.gyuhij (mgr.14180) 516 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:26.580957+0000 mgr.smithi038.gyuhij (mgr.14180) 516 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:28.605 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:28.606 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:29.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:28.581331+0000 mgr.smithi038.gyuhij (mgr.14180) 517 : 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-13T04:18:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:28.602713+0000 mgr.smithi038.gyuhij (mgr.14180) 518 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:28.581331+0000 mgr.smithi038.gyuhij (mgr.14180) 517 : 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-13T04:18:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:28.602713+0000 mgr.smithi038.gyuhij (mgr.14180) 518 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:30.379 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:31.888 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:30.581755+0000 mgr.smithi038.gyuhij (mgr.14180) 519 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:31.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:30.581755+0000 mgr.smithi038.gyuhij (mgr.14180) 519 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:32.644 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:32.644 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:33.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:32.582152+0000 mgr.smithi038.gyuhij (mgr.14180) 520 : 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-13T04:18:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:32.640936+0000 mgr.smithi038.gyuhij (mgr.14180) 521 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:32.582152+0000 mgr.smithi038.gyuhij (mgr.14180) 520 : 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-13T04:18:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:32.640936+0000 mgr.smithi038.gyuhij (mgr.14180) 521 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:34.354 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:34.582714+0000 mgr.smithi038.gyuhij (mgr.14180) 522 : 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-13T04:18:36.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:34.582714+0000 mgr.smithi038.gyuhij (mgr.14180) 522 : 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-13T04:18:36.764 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:36.764 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:37.121 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:36.583117+0000 mgr.smithi038.gyuhij (mgr.14180) 523 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:36.583117+0000 mgr.smithi038.gyuhij (mgr.14180) 523 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:37.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:38.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:36.761307+0000 mgr.smithi038.gyuhij (mgr.14180) 524 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:38.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:36.761307+0000 mgr.smithi038.gyuhij (mgr.14180) 524 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:38.520 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:38.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:38.583561+0000 mgr.smithi038.gyuhij (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-13T04:18:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:38.583561+0000 mgr.smithi038.gyuhij (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-13T04:18:40.907 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:40.907 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:41.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:40.584019+0000 mgr.smithi038.gyuhij (mgr.14180) 526 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:42.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:40.584019+0000 mgr.smithi038.gyuhij (mgr.14180) 526 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:18:42.710 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:42.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:40.903752+0000 mgr.smithi038.gyuhij (mgr.14180) 527 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:43.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:40.903752+0000 mgr.smithi038.gyuhij (mgr.14180) 527 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:43.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:42.584547+0000 mgr.smithi038.gyuhij (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-13T04:18:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:42.584547+0000 mgr.smithi038.gyuhij (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-13T04:18:44.915 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:44.916 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:45.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:44.585277+0000 mgr.smithi038.gyuhij (mgr.14180) 529 : 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-13T04:18:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:44.585277+0000 mgr.smithi038.gyuhij (mgr.14180) 529 : 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-13T04:18:46.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:46.731 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:44.912650+0000 mgr.smithi038.gyuhij (mgr.14180) 530 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:44.912650+0000 mgr.smithi038.gyuhij (mgr.14180) 530 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:46.585800+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:18:47.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:46.585800+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:18:48.918 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:48.918 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:49.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:48.586364+0000 mgr.smithi038.gyuhij (mgr.14180) 532 : 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-13T04:18:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:48.586364+0000 mgr.smithi038.gyuhij (mgr.14180) 532 : 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-13T04:18:50.667 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:48.914622+0000 mgr.smithi038.gyuhij (mgr.14180) 533 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:48.914622+0000 mgr.smithi038.gyuhij (mgr.14180) 533 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:51.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:50.586992+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:18:52.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:50.586992+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:18:52.982 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:52.983 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:53.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:53.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:52.587436+0000 mgr.smithi038.gyuhij (mgr.14180) 535 : 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-13T04:18:54.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:52.587436+0000 mgr.smithi038.gyuhij (mgr.14180) 535 : 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-13T04:18:54.704 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:52.979083+0000 mgr.smithi038.gyuhij (mgr.14180) 536 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:52.979083+0000 mgr.smithi038.gyuhij (mgr.14180) 536 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:54.587989+0000 mgr.smithi038.gyuhij (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-13T04:18:55.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:54.587989+0000 mgr.smithi038.gyuhij (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-13T04:18:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:56.588455+0000 mgr.smithi038.gyuhij (mgr.14180) 538 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:57.030 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:18:57.030 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:18:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:56.588455+0000 mgr.smithi038.gyuhij (mgr.14180) 538 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:18:57.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:18:58.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:18:57.027130+0000 mgr.smithi038.gyuhij (mgr.14180) 539 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:18:57.027130+0000 mgr.smithi038.gyuhij (mgr.14180) 539 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:18:58.773 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:18:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:18:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:18:58.589030+0000 mgr.smithi038.gyuhij (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-13T04:18:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:18:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:18:58.589030+0000 mgr.smithi038.gyuhij (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-13T04:19:01.061 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:01.062 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:00.589590+0000 mgr.smithi038.gyuhij (mgr.14180) 541 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:01.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:00.589590+0000 mgr.smithi038.gyuhij (mgr.14180) 541 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:02.778 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:02.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:01.058569+0000 mgr.smithi038.gyuhij (mgr.14180) 542 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:03.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:01.058569+0000 mgr.smithi038.gyuhij (mgr.14180) 542 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:03.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:02.590107+0000 mgr.smithi038.gyuhij (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-13T04:19:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:02.590107+0000 mgr.smithi038.gyuhij (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-13T04:19:05.002 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:05.002 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:05.920 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:04.590700+0000 mgr.smithi038.gyuhij (mgr.14180) 544 : 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-13T04:19:05.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:04.590700+0000 mgr.smithi038.gyuhij (mgr.14180) 544 : 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-13T04:19:06.948 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:06.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:04.998945+0000 mgr.smithi038.gyuhij (mgr.14180) 545 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:04.998945+0000 mgr.smithi038.gyuhij (mgr.14180) 545 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:07.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:06.591418+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:06.591418+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:09.135 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:09.136 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:08.591842+0000 mgr.smithi038.gyuhij (mgr.14180) 547 : 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-13T04:19:09.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:08.591842+0000 mgr.smithi038.gyuhij (mgr.14180) 547 : 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-13T04:19:10.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:09.132204+0000 mgr.smithi038.gyuhij (mgr.14180) 548 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:09.132204+0000 mgr.smithi038.gyuhij (mgr.14180) 548 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:11.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:10.592599+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:10.592599+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:13.051 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:13.051 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:13.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:12.593038+0000 mgr.smithi038.gyuhij (mgr.14180) 550 : 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-13T04:19:14.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:12.593038+0000 mgr.smithi038.gyuhij (mgr.14180) 550 : 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-13T04:19:14.707 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:13.048150+0000 mgr.smithi038.gyuhij (mgr.14180) 551 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:15.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:13.048150+0000 mgr.smithi038.gyuhij (mgr.14180) 551 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:15.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:14.593774+0000 mgr.smithi038.gyuhij (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-13T04:19:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:14.593774+0000 mgr.smithi038.gyuhij (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-13T04:19:16.942 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:16.942 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:16.594584+0000 mgr.smithi038.gyuhij (mgr.14180) 553 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:19:17.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:16.594584+0000 mgr.smithi038.gyuhij (mgr.14180) 553 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:19:17.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:18.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:16.938958+0000 mgr.smithi038.gyuhij (mgr.14180) 554 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:16.938958+0000 mgr.smithi038.gyuhij (mgr.14180) 554 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:18.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:18.595303+0000 mgr.smithi038.gyuhij (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-13T04:19:19.248 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:18.595303+0000 mgr.smithi038.gyuhij (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-13T04:19:20.894 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:20.894 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:21.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:20.596011+0000 mgr.smithi038.gyuhij (mgr.14180) 556 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:20.596011+0000 mgr.smithi038.gyuhij (mgr.14180) 556 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:22.644 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:22.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:20.890791+0000 mgr.smithi038.gyuhij (mgr.14180) 557 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:23.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:20.890791+0000 mgr.smithi038.gyuhij (mgr.14180) 557 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:23.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:22.596522+0000 mgr.smithi038.gyuhij (mgr.14180) 558 : 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-13T04:19:24.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:22.596522+0000 mgr.smithi038.gyuhij (mgr.14180) 558 : 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-13T04:19:24.920 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:24.920 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:25.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:24.597004+0000 mgr.smithi038.gyuhij (mgr.14180) 559 : 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-13T04:19:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:24.597004+0000 mgr.smithi038.gyuhij (mgr.14180) 559 : 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-13T04:19:26.769 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:24.916941+0000 mgr.smithi038.gyuhij (mgr.14180) 560 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:24.916941+0000 mgr.smithi038.gyuhij (mgr.14180) 560 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:26.597558+0000 mgr.smithi038.gyuhij (mgr.14180) 561 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:19:28.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:26.597558+0000 mgr.smithi038.gyuhij (mgr.14180) 561 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:19:28.997 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:28.997 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:11:41.843179Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:29.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:28.598069+0000 mgr.smithi038.gyuhij (mgr.14180) 562 : 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-13T04:19:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:28.598069+0000 mgr.smithi038.gyuhij (mgr.14180) 562 : 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-13T04:19:30.807 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:28.994383+0000 mgr.smithi038.gyuhij (mgr.14180) 563 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:31.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:28.994383+0000 mgr.smithi038.gyuhij (mgr.14180) 563 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:31.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:30.598706+0000 mgr.smithi038.gyuhij (mgr.14180) 564 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:32.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:30.598706+0000 mgr.smithi038.gyuhij (mgr.14180) 564 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:19:32.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:32.083431+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.fbrvvu"}]: dispatch 2024-02-13T04:19:32.990 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:32.990 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:33.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:32.083431+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.fbrvvu"}]: dispatch 2024-02-13T04:19:33.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:19:32.082796+0000 mgr.smithi038.gyuhij (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:19:33.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:19:32.083031+0000 mgr.smithi038.gyuhij (mgr.14180) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:19:32.084280+0000 mgr.smithi038.gyuhij (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:19:33.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:33.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:19:32.085853+0000 mgr.smithi038.gyuhij (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qgxiuw on smithi038 2024-02-13T04:19:33.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:32.599096+0000 mgr.smithi038.gyuhij (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-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:19:32.082796+0000 mgr.smithi038.gyuhij (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:19:34.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:34.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:19:32.083031+0000 mgr.smithi038.gyuhij (mgr.14180) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:19:32.084280+0000 mgr.smithi038.gyuhij (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.fbrvvu ... 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:17:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:18:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:19:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:19:34.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:19:32.085853+0000 mgr.smithi038.gyuhij (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qgxiuw on smithi038 2024-02-13T04:19:34.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:32.599096+0000 mgr.smithi038.gyuhij (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-13T04:19:34.803 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:34.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:32.985842+0000 mgr.smithi038.gyuhij (mgr.14180) 570 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:35.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:32.985842+0000 mgr.smithi038.gyuhij (mgr.14180) 570 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:34.599823+0000 mgr.smithi038.gyuhij (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-13T04:19:36.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:34.599823+0000 mgr.smithi038.gyuhij (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-13T04:19:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:36.600318+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:37.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:36.600318+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:37.376 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:37.376 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:37.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:37.372667+0000 mgr.smithi038.gyuhij (mgr.14180) 573 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:38.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:38.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:37.372667+0000 mgr.smithi038.gyuhij (mgr.14180) 573 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:39.021 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:38.600724+0000 mgr.smithi038.gyuhij (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-13T04:19:39.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:38.600724+0000 mgr.smithi038.gyuhij (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-13T04:19:41.266 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:41.266 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:40.601249+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:42.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:40.601249+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:42.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:42.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:41.262663+0000 mgr.smithi038.gyuhij (mgr.14180) 576 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:43.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:41.262663+0000 mgr.smithi038.gyuhij (mgr.14180) 576 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:43.106 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:42.601829+0000 mgr.smithi038.gyuhij (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-13T04:19:44.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:42.601829+0000 mgr.smithi038.gyuhij (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-13T04:19:45.236 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:45.237 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:45.955 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:44.602340+0000 mgr.smithi038.gyuhij (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-13T04:19:45.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:44.602340+0000 mgr.smithi038.gyuhij (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-13T04:19:46.981 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:45.233008+0000 mgr.smithi038.gyuhij (mgr.14180) 579 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:45.233008+0000 mgr.smithi038.gyuhij (mgr.14180) 579 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:47.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:46.603021+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:47.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:46.603021+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:49.272 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:49.272 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:48.603552+0000 mgr.smithi038.gyuhij (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-13T04:19:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:48.603552+0000 mgr.smithi038.gyuhij (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-13T04:19:50.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:49.268735+0000 mgr.smithi038.gyuhij (mgr.14180) 582 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:49.268735+0000 mgr.smithi038.gyuhij (mgr.14180) 582 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:51.131 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:51.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:50.604028+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:52.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:50.604028+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:19:53.503 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:53.503 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:53.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:52.604712+0000 mgr.smithi038.gyuhij (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-13T04:19:53.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:52.604712+0000 mgr.smithi038.gyuhij (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-13T04:19:54.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:53.498681+0000 mgr.smithi038.gyuhij (mgr.14180) 585 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:53.498681+0000 mgr.smithi038.gyuhij (mgr.14180) 585 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:55.226 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:55.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:54.605225+0000 mgr.smithi038.gyuhij (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-13T04:19:55.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:54.605225+0000 mgr.smithi038.gyuhij (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-13T04:19:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:56.605789+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:56.605789+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:19:57.475 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:19:57.476 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:19:58.135 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:19:57.472179+0000 mgr.smithi038.gyuhij (mgr.14180) 588 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:58.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:19:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:19:57.472179+0000 mgr.smithi038.gyuhij (mgr.14180) 588 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:19:59.160 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:19:59.194 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:19:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:19:58.606331+0000 mgr.smithi038.gyuhij (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-13T04:19:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:19:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:19:58.606331+0000 mgr.smithi038.gyuhij (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-13T04:20:00.322 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:00.000157+0000 mon.smithi038 (mon.0) 711 : cluster [INF] overall HEALTH_OK 2024-02-13T04:20:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:00.000157+0000 mon.smithi038 (mon.0) 711 : cluster [INF] overall HEALTH_OK 2024-02-13T04:20:01.477 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:01.477 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:01.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:00.606873+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:01.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:00.606873+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:02.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:01.473075+0000 mgr.smithi038.gyuhij (mgr.14180) 591 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:02.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:01.473075+0000 mgr.smithi038.gyuhij (mgr.14180) 591 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:03.191 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:03.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:02.607460+0000 mgr.smithi038.gyuhij (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-13T04:20:03.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:02.607460+0000 mgr.smithi038.gyuhij (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-13T04:20:05.499 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:05.499 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:05.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:04.608131+0000 mgr.smithi038.gyuhij (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-13T04:20:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:04.608131+0000 mgr.smithi038.gyuhij (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-13T04:20:06.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:05.495509+0000 mgr.smithi038.gyuhij (mgr.14180) 594 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:05.495509+0000 mgr.smithi038.gyuhij (mgr.14180) 594 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:07.251 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:06.608634+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:08.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:06.608634+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:09.607 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:09.607 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:09.953 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:08.609046+0000 mgr.smithi038.gyuhij (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-13T04:20:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:08.609046+0000 mgr.smithi038.gyuhij (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-13T04:20:10.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:09.603641+0000 mgr.smithi038.gyuhij (mgr.14180) 597 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:09.603641+0000 mgr.smithi038.gyuhij (mgr.14180) 597 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:11.416 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:11.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:10.609817+0000 mgr.smithi038.gyuhij (mgr.14180) 598 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:10.609817+0000 mgr.smithi038.gyuhij (mgr.14180) 598 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:13.729 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:13.730 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:12.610332+0000 mgr.smithi038.gyuhij (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-13T04:20:14.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:12.610332+0000 mgr.smithi038.gyuhij (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-13T04:20:14.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:13.726325+0000 mgr.smithi038.gyuhij (mgr.14180) 600 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:15.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:13.726325+0000 mgr.smithi038.gyuhij (mgr.14180) 600 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:15.529 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:15.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:14.610933+0000 mgr.smithi038.gyuhij (mgr.14180) 601 : 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-13T04:20:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:14.610933+0000 mgr.smithi038.gyuhij (mgr.14180) 601 : 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-13T04:20:17.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:16.611339+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:16.611339+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:17.734 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:17.734 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:18.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:19.401 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:19.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:17.730741+0000 mgr.smithi038.gyuhij (mgr.14180) 603 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:19.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:18.611821+0000 mgr.smithi038.gyuhij (mgr.14180) 604 : 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-13T04:20:19.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:17.730741+0000 mgr.smithi038.gyuhij (mgr.14180) 603 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:19.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:18.611821+0000 mgr.smithi038.gyuhij (mgr.14180) 604 : 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-13T04:20:21.488 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:21.488 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:21.836 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:20.612257+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:20.612257+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:22.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:22.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:21.484551+0000 mgr.smithi038.gyuhij (mgr.14180) 606 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:23.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:21.484551+0000 mgr.smithi038.gyuhij (mgr.14180) 606 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:23.139 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:23.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:22.612736+0000 mgr.smithi038.gyuhij (mgr.14180) 607 : 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-13T04:20:24.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:22.612736+0000 mgr.smithi038.gyuhij (mgr.14180) 607 : 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-13T04:20:25.389 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:25.389 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:24.613340+0000 mgr.smithi038.gyuhij (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-13T04:20:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:24.613340+0000 mgr.smithi038.gyuhij (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-13T04:20:26.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:25.385587+0000 mgr.smithi038.gyuhij (mgr.14180) 609 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:25.385587+0000 mgr.smithi038.gyuhij (mgr.14180) 609 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:27.073 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:27.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:26.614054+0000 mgr.smithi038.gyuhij (mgr.14180) 610 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:20:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:26.614054+0000 mgr.smithi038.gyuhij (mgr.14180) 610 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:20:29.354 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:29.354 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:29.954 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:28.614475+0000 mgr.smithi038.gyuhij (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-13T04:20:29.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:28.614475+0000 mgr.smithi038.gyuhij (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-13T04:20:30.977 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:29.350900+0000 mgr.smithi038.gyuhij (mgr.14180) 612 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:31.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:29.350900+0000 mgr.smithi038.gyuhij (mgr.14180) 612 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:31.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:30.614906+0000 mgr.smithi038.gyuhij (mgr.14180) 613 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:32.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:30.614906+0000 mgr.smithi038.gyuhij (mgr.14180) 613 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:33.409 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:33.409 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:33.977 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:32.615566+0000 mgr.smithi038.gyuhij (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-13T04:20:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:32.615566+0000 mgr.smithi038.gyuhij (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-13T04:20:33.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:34.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:33.406040+0000 mgr.smithi038.gyuhij (mgr.14180) 615 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:34.998 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:35.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:33.406040+0000 mgr.smithi038.gyuhij (mgr.14180) 615 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:35.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:34.616133+0000 mgr.smithi038.gyuhij (mgr.14180) 616 : 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-13T04:20:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:34.616133+0000 mgr.smithi038.gyuhij (mgr.14180) 616 : 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-13T04:20:37.237 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:37.237 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:36.616689+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:37.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:36.616689+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:37.910 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:37.233397+0000 mgr.smithi038.gyuhij (mgr.14180) 618 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:37.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:38.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:37.233397+0000 mgr.smithi038.gyuhij (mgr.14180) 618 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:38.933 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:38.617379+0000 mgr.smithi038.gyuhij (mgr.14180) 619 : 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-13T04:20:39.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:38.617379+0000 mgr.smithi038.gyuhij (mgr.14180) 619 : 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-13T04:20:41.231 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:41.232 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:41.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:40.617930+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:41.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:40.617930+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:20:42.959 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:42.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:41.228521+0000 mgr.smithi038.gyuhij (mgr.14180) 621 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:42.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:41.228521+0000 mgr.smithi038.gyuhij (mgr.14180) 621 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:43.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:42.618459+0000 mgr.smithi038.gyuhij (mgr.14180) 622 : 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-13T04:20:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:42.618459+0000 mgr.smithi038.gyuhij (mgr.14180) 622 : 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-13T04:20:45.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:45.199 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:45.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:44.618966+0000 mgr.smithi038.gyuhij (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-13T04:20:45.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:44.618966+0000 mgr.smithi038.gyuhij (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-13T04:20:46.888 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:45.196068+0000 mgr.smithi038.gyuhij (mgr.14180) 624 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:45.196068+0000 mgr.smithi038.gyuhij (mgr.14180) 624 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:47.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:46.619494+0000 mgr.smithi038.gyuhij (mgr.14180) 625 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:20:48.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:46.619494+0000 mgr.smithi038.gyuhij (mgr.14180) 625 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:20:49.223 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:49.223 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:49.940 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:48.619869+0000 mgr.smithi038.gyuhij (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-13T04:20:49.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:48.619869+0000 mgr.smithi038.gyuhij (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-13T04:20:50.966 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:49.220051+0000 mgr.smithi038.gyuhij (mgr.14180) 627 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:49.220051+0000 mgr.smithi038.gyuhij (mgr.14180) 627 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:51.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:50.620437+0000 mgr.smithi038.gyuhij (mgr.14180) 628 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:52.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:50.620437+0000 mgr.smithi038.gyuhij (mgr.14180) 628 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:20:53.231 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:53.231 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:53.963 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:52.620886+0000 mgr.smithi038.gyuhij (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-13T04:20:53.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:53.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:52.620886+0000 mgr.smithi038.gyuhij (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-13T04:20:54.984 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:53.227512+0000 mgr.smithi038.gyuhij (mgr.14180) 630 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:53.227512+0000 mgr.smithi038.gyuhij (mgr.14180) 630 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:56.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:54.621823+0000 mgr.smithi038.gyuhij (mgr.14180) 631 : 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-13T04:20:56.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:54.621823+0000 mgr.smithi038.gyuhij (mgr.14180) 631 : 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-13T04:20:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:56.622389+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:57.246 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:20:57.246 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:20:57.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:56.622389+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:20:57.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:20:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:20:57.243136+0000 mgr.smithi038.gyuhij (mgr.14180) 633 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:58.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:20:57.243136+0000 mgr.smithi038.gyuhij (mgr.14180) 633 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:20:58.937 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:20:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:20:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:20:58.623036+0000 mgr.smithi038.gyuhij (mgr.14180) 634 : 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-13T04:20:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:20:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:20:58.623036+0000 mgr.smithi038.gyuhij (mgr.14180) 634 : 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-13T04:21:01.130 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:01.130 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:01.861 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:00.623569+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:21:01.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:00.623569+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:21:02.886 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:02.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:01.126844+0000 mgr.smithi038.gyuhij (mgr.14180) 636 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:03.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:01.126844+0000 mgr.smithi038.gyuhij (mgr.14180) 636 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:03.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:02.624041+0000 mgr.smithi038.gyuhij (mgr.14180) 637 : 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-13T04:21:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:02.624041+0000 mgr.smithi038.gyuhij (mgr.14180) 637 : 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-13T04:21:05.099 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:05.100 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:05.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:04.624527+0000 mgr.smithi038.gyuhij (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-13T04:21:06.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:04.624527+0000 mgr.smithi038.gyuhij (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-13T04:21:06.763 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:05.096123+0000 mgr.smithi038.gyuhij (mgr.14180) 639 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:05.096123+0000 mgr.smithi038.gyuhij (mgr.14180) 639 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:06.625125+0000 mgr.smithi038.gyuhij (mgr.14180) 640 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:08.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:06.625125+0000 mgr.smithi038.gyuhij (mgr.14180) 640 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:08.925 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:08.925 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:09.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:09.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:08.625786+0000 mgr.smithi038.gyuhij (mgr.14180) 641 : 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-13T04:21:10.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:08.625786+0000 mgr.smithi038.gyuhij (mgr.14180) 641 : 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-13T04:21:10.682 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:08.921768+0000 mgr.smithi038.gyuhij (mgr.14180) 642 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:08.921768+0000 mgr.smithi038.gyuhij (mgr.14180) 642 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:11.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:10.626468+0000 mgr.smithi038.gyuhij (mgr.14180) 643 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:12.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:10.626468+0000 mgr.smithi038.gyuhij (mgr.14180) 643 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:13.060 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:13.060 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:13.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:13.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:12.626968+0000 mgr.smithi038.gyuhij (mgr.14180) 644 : 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-13T04:21:14.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:12.626968+0000 mgr.smithi038.gyuhij (mgr.14180) 644 : 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-13T04:21:14.871 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:15.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:13.055982+0000 mgr.smithi038.gyuhij (mgr.14180) 645 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:13.055982+0000 mgr.smithi038.gyuhij (mgr.14180) 645 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:14.627623+0000 mgr.smithi038.gyuhij (mgr.14180) 646 : 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-13T04:21:16.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:14.627623+0000 mgr.smithi038.gyuhij (mgr.14180) 646 : 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-13T04:21:17.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:16.628230+0000 mgr.smithi038.gyuhij (mgr.14180) 647 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:17.180 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:17.180 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:16.628230+0000 mgr.smithi038.gyuhij (mgr.14180) 647 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:17.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:17.177473+0000 mgr.smithi038.gyuhij (mgr.14180) 648 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:18.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:17.177473+0000 mgr.smithi038.gyuhij (mgr.14180) 648 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:18.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:18.628879+0000 mgr.smithi038.gyuhij (mgr.14180) 649 : 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-13T04:21:19.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:18.628879+0000 mgr.smithi038.gyuhij (mgr.14180) 649 : 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-13T04:21:21.180 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:21.180 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:21.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:20.629497+0000 mgr.smithi038.gyuhij (mgr.14180) 650 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:21.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:20.629497+0000 mgr.smithi038.gyuhij (mgr.14180) 650 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:22.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:22.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:21.176089+0000 mgr.smithi038.gyuhij (mgr.14180) 651 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:23.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:21.176089+0000 mgr.smithi038.gyuhij (mgr.14180) 651 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:23.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:22.630030+0000 mgr.smithi038.gyuhij (mgr.14180) 652 : 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-13T04:21:24.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:22.630030+0000 mgr.smithi038.gyuhij (mgr.14180) 652 : 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-13T04:21:25.310 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:25.310 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:25.944 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:24.630663+0000 mgr.smithi038.gyuhij (mgr.14180) 653 : 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-13T04:21:25.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:24.630663+0000 mgr.smithi038.gyuhij (mgr.14180) 653 : 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-13T04:21:26.968 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:25.303259+0000 mgr.smithi038.gyuhij (mgr.14180) 654 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:25.303259+0000 mgr.smithi038.gyuhij (mgr.14180) 654 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:26.631312+0000 mgr.smithi038.gyuhij (mgr.14180) 655 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:28.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:26.631312+0000 mgr.smithi038.gyuhij (mgr.14180) 655 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:29.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:29.199 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:28.631731+0000 mgr.smithi038.gyuhij (mgr.14180) 656 : 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-13T04:21:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:28.631731+0000 mgr.smithi038.gyuhij (mgr.14180) 656 : 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-13T04:21:30.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:29.196134+0000 mgr.smithi038.gyuhij (mgr.14180) 657 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:31.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:29.196134+0000 mgr.smithi038.gyuhij (mgr.14180) 657 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:31.143 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:31.901 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:30.632476+0000 mgr.smithi038.gyuhij (mgr.14180) 658 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:31.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:30.632476+0000 mgr.smithi038.gyuhij (mgr.14180) 658 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:33.381 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:33.381 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:33.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:32.633151+0000 mgr.smithi038.gyuhij (mgr.14180) 659 : 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-13T04:21:34.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:32.633151+0000 mgr.smithi038.gyuhij (mgr.14180) 659 : 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-13T04:21:34.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:34.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:33.378255+0000 mgr.smithi038.gyuhij (mgr.14180) 660 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:35.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:33.378255+0000 mgr.smithi038.gyuhij (mgr.14180) 660 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:35.114 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:35.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:34.633814+0000 mgr.smithi038.gyuhij (mgr.14180) 661 : 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-13T04:21:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:34.633814+0000 mgr.smithi038.gyuhij (mgr.14180) 661 : 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-13T04:21:37.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:36.634260+0000 mgr.smithi038.gyuhij (mgr.14180) 662 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:36.634260+0000 mgr.smithi038.gyuhij (mgr.14180) 662 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:37.439 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:37.439 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:38.106 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:37.436008+0000 mgr.smithi038.gyuhij (mgr.14180) 663 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:38.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:38.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:37.436008+0000 mgr.smithi038.gyuhij (mgr.14180) 663 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:39.129 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:39.165 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:38.634941+0000 mgr.smithi038.gyuhij (mgr.14180) 664 : 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-13T04:21:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:38.634941+0000 mgr.smithi038.gyuhij (mgr.14180) 664 : 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-13T04:21:41.272 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:41.272 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:41.913 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:40.635404+0000 mgr.smithi038.gyuhij (mgr.14180) 665 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:41.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:40.635404+0000 mgr.smithi038.gyuhij (mgr.14180) 665 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:42.937 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:42.970 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:41.268859+0000 mgr.smithi038.gyuhij (mgr.14180) 666 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:42.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:41.268859+0000 mgr.smithi038.gyuhij (mgr.14180) 666 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:42.636019+0000 mgr.smithi038.gyuhij (mgr.14180) 667 : 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-13T04:21:44.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:42.636019+0000 mgr.smithi038.gyuhij (mgr.14180) 667 : 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-13T04:21:45.174 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:45.174 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:45.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:44.636628+0000 mgr.smithi038.gyuhij (mgr.14180) 668 : 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-13T04:21:45.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:44.636628+0000 mgr.smithi038.gyuhij (mgr.14180) 668 : 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-13T04:21:46.860 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:45.170715+0000 mgr.smithi038.gyuhij (mgr.14180) 669 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:45.170715+0000 mgr.smithi038.gyuhij (mgr.14180) 669 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:47.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:46.637259+0000 mgr.smithi038.gyuhij (mgr.14180) 670 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:48.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:46.637259+0000 mgr.smithi038.gyuhij (mgr.14180) 670 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:49.175 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:49.175 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:48.637839+0000 mgr.smithi038.gyuhij (mgr.14180) 671 : 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-13T04:21:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:48.637839+0000 mgr.smithi038.gyuhij (mgr.14180) 671 : 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-13T04:21:50.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:49.171876+0000 mgr.smithi038.gyuhij (mgr.14180) 672 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:49.171876+0000 mgr.smithi038.gyuhij (mgr.14180) 672 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:51.134 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:51.876 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:50.638416+0000 mgr.smithi038.gyuhij (mgr.14180) 673 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:50.638416+0000 mgr.smithi038.gyuhij (mgr.14180) 673 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:21:53.051 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:52.638866+0000 mgr.smithi038.gyuhij (mgr.14180) 674 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:53.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:52.638866+0000 mgr.smithi038.gyuhij (mgr.14180) 674 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:53.528 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:53.528 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:53.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:53.524577+0000 mgr.smithi038.gyuhij (mgr.14180) 675 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:54.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:53.524577+0000 mgr.smithi038.gyuhij (mgr.14180) 675 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:54.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:55.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:54.639418+0000 mgr.smithi038.gyuhij (mgr.14180) 676 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:55.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:54.639418+0000 mgr.smithi038.gyuhij (mgr.14180) 676 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:55.320 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:21:57.133 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:56.639918+0000 mgr.smithi038.gyuhij (mgr.14180) 677 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:56.639918+0000 mgr.smithi038.gyuhij (mgr.14180) 677 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:57.582 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:21:57.582 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:14:23.934524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.wwpxef on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-wwpxef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.wwpxef\nDeploy daemon haproxy.nfs.foo.smithi192.wwpxef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:12:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:13:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.734312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ztkihd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-ztkihd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.ztkihd\nDeploy daemon haproxy.nfs.foo.smithi038.ztkihd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:15: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-13T04:15: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-13T04:16: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:16:53.738807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.lgcsda on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:21:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:21:57.579010+0000 mgr.smithi038.gyuhij (mgr.14180) 678 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:58.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:21:57.579010+0000 mgr.smithi038.gyuhij (mgr.14180) 678 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:21:58.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:21:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:21:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:21:58.640586+0000 mgr.smithi038.gyuhij (mgr.14180) 679 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:59.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:21:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:21:58.640586+0000 mgr.smithi038.gyuhij (mgr.14180) 679 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:21:59.354 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:01.685 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:01.685 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:16:55.839157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:16:55.839777Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:16:55.839318Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:16:55.839394Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:16:55.839462Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:16:55.839526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:00.641188+0000 mgr.smithi038.gyuhij (mgr.14180) 680 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:01.575479+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qgxiuw"}]: dispatch 2024-02-13T04:22:01.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:01.580571+0000 mon.smithi038 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:22:02.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:00.641188+0000 mgr.smithi038.gyuhij (mgr.14180) 680 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:02.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:01.575479+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qgxiuw"}]: dispatch 2024-02-13T04:22:02.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:01.580571+0000 mon.smithi038 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:22:02.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:01.575032+0000 mgr.smithi038.gyuhij (mgr.14180) 681 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:02.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:01.575191+0000 mgr.smithi038.gyuhij (mgr.14180) 682 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:01.576054+0000 mgr.smithi038.gyuhij (mgr.14180) 683 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:02.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:01.577214+0000 mgr.smithi038.gyuhij (mgr.14180) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:01.578177+0000 mgr.smithi038.gyuhij (mgr.14180) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:01.578912+0000 mgr.smithi038.gyuhij (mgr.14180) 686 : cluster [DBG] pgmap v485: 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-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:01.677981+0000 mgr.smithi038.gyuhij (mgr.14180) 687 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:01.827538+0000 mon.smithi038 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:02.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:01.846796+0000 mon.smithi038 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:01.575032+0000 mgr.smithi038.gyuhij (mgr.14180) 681 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:01.575191+0000 mgr.smithi038.gyuhij (mgr.14180) 682 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:01.576054+0000 mgr.smithi038.gyuhij (mgr.14180) 683 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw 2024-02-13T04:22:03.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.qgxiuw ... 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:20:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:21:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:01.577214+0000 mgr.smithi038.gyuhij (mgr.14180) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:01.578177+0000 mgr.smithi038.gyuhij (mgr.14180) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:01.578912+0000 mgr.smithi038.gyuhij (mgr.14180) 686 : cluster [DBG] pgmap v485: 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-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:01.677981+0000 mgr.smithi038.gyuhij (mgr.14180) 687 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:01.827538+0000 mon.smithi038 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:03.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:01.846796+0000 mon.smithi038 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:22:03.401 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:04.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:03.579488+0000 mgr.smithi038.gyuhij (mgr.14180) 688 : cluster [DBG] pgmap v486: 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-13T04:22:04.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:03.874608+0000 mon.smithi038 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:04.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:04.153785+0000 mon.smithi038 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:04.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:04.154426+0000 mon.smithi038 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:04.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:04.154974+0000 mon.smithi038 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:04.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:04.155507+0000 mon.smithi038 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:04.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:04.164075+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:03.579488+0000 mgr.smithi038.gyuhij (mgr.14180) 688 : cluster [DBG] pgmap v486: 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-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:03.874608+0000 mon.smithi038 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:04.153785+0000 mon.smithi038 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:04.154426+0000 mon.smithi038 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:04.154974+0000 mon.smithi038 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:04.155507+0000 mon.smithi038 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:04.164075+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:05.896 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:04.155941+0000 mgr.smithi038.gyuhij (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 2968M 2024-02-13T04:22:05.896 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:05.555938+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:04.155941+0000 mgr.smithi038.gyuhij (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 2968M 2024-02-13T04:22:05.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:05.555938+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:06.345 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:06.345 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:17:02.211580Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:17:02.211649Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:17:02.211717Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:17:02.212174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:17:02.211502Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:17:02.211356Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:17:02.212245Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:17:02.211783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:17:02.211913Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:17:02.211848Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:05.580329+0000 mgr.smithi038.gyuhij (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; 93 B/s rd, 0 op/s 2024-02-13T04:22:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:05.580329+0000 mgr.smithi038.gyuhij (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; 93 B/s rd, 0 op/s 2024-02-13T04:22:07.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:07.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:06.342293+0000 mgr.smithi038.gyuhij (mgr.14180) 691 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:08.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:06.342293+0000 mgr.smithi038.gyuhij (mgr.14180) 691 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:08.291 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:07.580930+0000 mgr.smithi038.gyuhij (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; 93 B/s rd, 0 op/s 2024-02-13T04:22:09.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:07.580930+0000 mgr.smithi038.gyuhij (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; 93 B/s rd, 0 op/s 2024-02-13T04:22:10.897 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:09.581653+0000 mgr.smithi038.gyuhij (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; 187 B/s rd, 0 op/s 2024-02-13T04:22:10.897 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:10.304426+0000 mon.smithi038 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:09.581653+0000 mgr.smithi038.gyuhij (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; 187 B/s rd, 0 op/s 2024-02-13T04:22:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:10.304426+0000 mon.smithi038 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:11.718 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:11.718 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.234749+0000 mon.smithi038 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:11.582379+0000 mgr.smithi038.gyuhij (mgr.14180) 694 : cluster [DBG] pgmap v490: 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-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.639662+0000 mon.smithi038 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.640356+0000 mon.smithi038 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.640901+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.641457+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:11.641910+0000 mgr.smithi038.gyuhij (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 1945M 2024-02-13T04:22:12.472 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.647040+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.648601+0000 mon.smithi038 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.649289+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.654814+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:11.655246+0000 mgr.smithi038.gyuhij (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; 101 B/s rd, 0 op/s 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.660287+0000 mon.smithi038 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.669560+0000 mon.smithi038 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:22:11.671598+0000 mgr.smithi038.gyuhij (mgr.14180) 697 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.olbagw on smithi192 2024-02-13T04:22:12.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:11.715382+0000 mgr.smithi038.gyuhij (mgr.14180) 698 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:12.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:12.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.234749+0000 mon.smithi038 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:11.582379+0000 mgr.smithi038.gyuhij (mgr.14180) 694 : cluster [DBG] pgmap v490: 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-13T04:22:12.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.639662+0000 mon.smithi038 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.640356+0000 mon.smithi038 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.640901+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.641457+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:11.641910+0000 mgr.smithi038.gyuhij (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 1945M 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.647040+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.648601+0000 mon.smithi038 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.649289+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.654814+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:11.655246+0000 mgr.smithi038.gyuhij (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; 101 B/s rd, 0 op/s 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.660287+0000 mon.smithi038 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.669560+0000 mon.smithi038 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:22:11.671598+0000 mgr.smithi038.gyuhij (mgr.14180) 697 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.olbagw on smithi192 2024-02-13T04:22:12.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:11.715382+0000 mgr.smithi038.gyuhij (mgr.14180) 698 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:13.495 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:12.232603+0000 mon.smithi038 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:22:13.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:12.232631+0000 mon.smithi038 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-13T04:22:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:12.232603+0000 mon.smithi038 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:22:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:12.232631+0000 mon.smithi038 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-13T04:22:14.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:13.655653+0000 mgr.smithi038.gyuhij (mgr.14180) 699 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:13.655653+0000 mgr.smithi038.gyuhij (mgr.14180) 699 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:15.851 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:15.851 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:16.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:15.656101+0000 mgr.smithi038.gyuhij (mgr.14180) 700 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:15.656101+0000 mgr.smithi038.gyuhij (mgr.14180) 700 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:17.663 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:17.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:15.847287+0000 mgr.smithi038.gyuhij (mgr.14180) 701 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:18.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:15.847287+0000 mgr.smithi038.gyuhij (mgr.14180) 701 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:18.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:17.656622+0000 mgr.smithi038.gyuhij (mgr.14180) 702 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:19.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:17.656622+0000 mgr.smithi038.gyuhij (mgr.14180) 702 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:19.962 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:19.962 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:20.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:20.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:19.657177+0000 mgr.smithi038.gyuhij (mgr.14180) 703 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:21.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:19.657177+0000 mgr.smithi038.gyuhij (mgr.14180) 703 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:21.885 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:19.959232+0000 mgr.smithi038.gyuhij (mgr.14180) 704 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:19.959232+0000 mgr.smithi038.gyuhij (mgr.14180) 704 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:22.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:21.657719+0000 mgr.smithi038.gyuhij (mgr.14180) 705 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:23.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:21.657719+0000 mgr.smithi038.gyuhij (mgr.14180) 705 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:22:24.206 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:24.207 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:24.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:23.658420+0000 mgr.smithi038.gyuhij (mgr.14180) 706 : 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-13T04:22:24.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:24.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:23.658420+0000 mgr.smithi038.gyuhij (mgr.14180) 706 : 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-13T04:22:25.957 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:25.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:24.203082+0000 mgr.smithi038.gyuhij (mgr.14180) 707 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:25.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:25.305230+0000 mon.smithi038 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:26.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:24.203082+0000 mgr.smithi038.gyuhij (mgr.14180) 707 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:26.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:25.305230+0000 mon.smithi038 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:22:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:25.659153+0000 mgr.smithi038.gyuhij (mgr.14180) 708 : 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-13T04:22:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:25.659153+0000 mgr.smithi038.gyuhij (mgr.14180) 708 : 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-13T04:22:28.390 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:28.390 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:29.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:27.659606+0000 mgr.smithi038.gyuhij (mgr.14180) 709 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:29.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:27.659606+0000 mgr.smithi038.gyuhij (mgr.14180) 709 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:30.084 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:30.117 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:28.387475+0000 mgr.smithi038.gyuhij (mgr.14180) 710 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:28.387475+0000 mgr.smithi038.gyuhij (mgr.14180) 710 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:30.878 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:29.660176+0000 mgr.smithi038.gyuhij (mgr.14180) 711 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:31.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:29.660176+0000 mgr.smithi038.gyuhij (mgr.14180) 711 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:31.955 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:31.660723+0000 mgr.smithi038.gyuhij (mgr.14180) 712 : 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-13T04:22:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:31.660723+0000 mgr.smithi038.gyuhij (mgr.14180) 712 : 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-13T04:22:32.461 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:32.461 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:33.162 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:32.457774+0000 mgr.smithi038.gyuhij (mgr.14180) 713 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:33.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:33.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:32.457774+0000 mgr.smithi038.gyuhij (mgr.14180) 713 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:34.187 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:34.221 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:33.661410+0000 mgr.smithi038.gyuhij (mgr.14180) 714 : 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-13T04:22:34.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:33.661410+0000 mgr.smithi038.gyuhij (mgr.14180) 714 : 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-13T04:22:36.527 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:36.528 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:36.881 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:35.661871+0000 mgr.smithi038.gyuhij (mgr.14180) 715 : 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-13T04:22:36.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:35.661871+0000 mgr.smithi038.gyuhij (mgr.14180) 715 : 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-13T04:22:37.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:36.524529+0000 mgr.smithi038.gyuhij (mgr.14180) 716 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:38.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:36.524529+0000 mgr.smithi038.gyuhij (mgr.14180) 716 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:38.303 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:38.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:37.662625+0000 mgr.smithi038.gyuhij (mgr.14180) 717 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:39.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:37.662625+0000 mgr.smithi038.gyuhij (mgr.14180) 717 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:40.451 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:40.451 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:40.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:39.663181+0000 mgr.smithi038.gyuhij (mgr.14180) 718 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:41.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:39.663181+0000 mgr.smithi038.gyuhij (mgr.14180) 718 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:41.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:42.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:40.448064+0000 mgr.smithi038.gyuhij (mgr.14180) 719 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:42.216 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:40.448064+0000 mgr.smithi038.gyuhij (mgr.14180) 719 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:42.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:41.663842+0000 mgr.smithi038.gyuhij (mgr.14180) 720 : 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-13T04:22:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:41.663842+0000 mgr.smithi038.gyuhij (mgr.14180) 720 : 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-13T04:22:44.403 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:44.403 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:45.141 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:43.664585+0000 mgr.smithi038.gyuhij (mgr.14180) 721 : 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-13T04:22:45.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:43.664585+0000 mgr.smithi038.gyuhij (mgr.14180) 721 : 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-13T04:22:46.165 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:46.199 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:44.399417+0000 mgr.smithi038.gyuhij (mgr.14180) 722 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:46.199 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:45.665320+0000 mgr.smithi038.gyuhij (mgr.14180) 723 : 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-13T04:22:46.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:44.399417+0000 mgr.smithi038.gyuhij (mgr.14180) 722 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:46.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:45.665320+0000 mgr.smithi038.gyuhij (mgr.14180) 723 : 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-13T04:22:48.531 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:48.531 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:48.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:47.665820+0000 mgr.smithi038.gyuhij (mgr.14180) 724 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:47.665820+0000 mgr.smithi038.gyuhij (mgr.14180) 724 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:49.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:48.527622+0000 mgr.smithi038.gyuhij (mgr.14180) 725 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:50.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:48.527622+0000 mgr.smithi038.gyuhij (mgr.14180) 725 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:50.337 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:51.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:49.666604+0000 mgr.smithi038.gyuhij (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:51.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:49.666604+0000 mgr.smithi038.gyuhij (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:22:52.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:51.667280+0000 mgr.smithi038.gyuhij (mgr.14180) 727 : 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-13T04:22:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:51.667280+0000 mgr.smithi038.gyuhij (mgr.14180) 727 : 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-13T04:22:52.780 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:52.781 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:53.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:54.561 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:52.777439+0000 mgr.smithi038.gyuhij (mgr.14180) 728 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:53.667892+0000 mgr.smithi038.gyuhij (mgr.14180) 729 : 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-13T04:22:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:52.777439+0000 mgr.smithi038.gyuhij (mgr.14180) 728 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:53.667892+0000 mgr.smithi038.gyuhij (mgr.14180) 729 : 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-13T04:22:56.844 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:22:56.844 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:22:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:55.668477+0000 mgr.smithi038.gyuhij (mgr.14180) 730 : 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-13T04:22:57.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:55.668477+0000 mgr.smithi038.gyuhij (mgr.14180) 730 : 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-13T04:22:57.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:22:58.542 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:22:58.945 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:22:56.840663+0000 mgr.smithi038.gyuhij (mgr.14180) 731 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:58.945 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:22:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:57.669026+0000 mgr.smithi038.gyuhij (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:22:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:22:56.840663+0000 mgr.smithi038.gyuhij (mgr.14180) 731 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:22:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:22:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:57.669026+0000 mgr.smithi038.gyuhij (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:00.784 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:00.785 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:01.119 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:22:59.669678+0000 mgr.smithi038.gyuhij (mgr.14180) 733 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:01.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:22:59.669678+0000 mgr.smithi038.gyuhij (mgr.14180) 733 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:01.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:00.781020+0000 mgr.smithi038.gyuhij (mgr.14180) 734 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:01.670510+0000 mgr.smithi038.gyuhij (mgr.14180) 735 : 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-13T04:23:02.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:00.781020+0000 mgr.smithi038.gyuhij (mgr.14180) 734 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:02.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:01.670510+0000 mgr.smithi038.gyuhij (mgr.14180) 735 : 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-13T04:23:02.540 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:04.799 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:04.800 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:04.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:03.671044+0000 mgr.smithi038.gyuhij (mgr.14180) 736 : 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-13T04:23:05.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:03.671044+0000 mgr.smithi038.gyuhij (mgr.14180) 736 : 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-13T04:23:05.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:06.582 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:04.795645+0000 mgr.smithi038.gyuhij (mgr.14180) 737 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:06.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:05.671701+0000 mgr.smithi038.gyuhij (mgr.14180) 738 : 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-13T04:23:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:04.795645+0000 mgr.smithi038.gyuhij (mgr.14180) 737 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:07.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:05.671701+0000 mgr.smithi038.gyuhij (mgr.14180) 738 : 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-13T04:23:08.839 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:08.839 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:08.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:07.672173+0000 mgr.smithi038.gyuhij (mgr.14180) 739 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:09.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:07.672173+0000 mgr.smithi038.gyuhij (mgr.14180) 739 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:09.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:10.639 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:08.835605+0000 mgr.smithi038.gyuhij (mgr.14180) 740 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:09.672711+0000 mgr.smithi038.gyuhij (mgr.14180) 741 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:11.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:08.835605+0000 mgr.smithi038.gyuhij (mgr.14180) 740 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:11.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:09.672711+0000 mgr.smithi038.gyuhij (mgr.14180) 741 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:12.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:11.673258+0000 mgr.smithi038.gyuhij (mgr.14180) 742 : 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-13T04:23:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:11.673258+0000 mgr.smithi038.gyuhij (mgr.14180) 742 : 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-13T04:23:12.938 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:12.938 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:13.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:14.754 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:12.934753+0000 mgr.smithi038.gyuhij (mgr.14180) 743 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:13.673775+0000 mgr.smithi038.gyuhij (mgr.14180) 744 : 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-13T04:23:15.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:12.934753+0000 mgr.smithi038.gyuhij (mgr.14180) 743 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:15.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:13.673775+0000 mgr.smithi038.gyuhij (mgr.14180) 744 : 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-13T04:23:16.984 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:16.985 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:15.674437+0000 mgr.smithi038.gyuhij (mgr.14180) 745 : 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-13T04:23:17.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:15.674437+0000 mgr.smithi038.gyuhij (mgr.14180) 745 : 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-13T04:23:17.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:18.685 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:19.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:16.981148+0000 mgr.smithi038.gyuhij (mgr.14180) 746 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:19.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:17.674887+0000 mgr.smithi038.gyuhij (mgr.14180) 747 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:16.981148+0000 mgr.smithi038.gyuhij (mgr.14180) 746 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:17.674887+0000 mgr.smithi038.gyuhij (mgr.14180) 747 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:20.882 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:20.882 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:21.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:19.675384+0000 mgr.smithi038.gyuhij (mgr.14180) 748 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:21.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:19.675384+0000 mgr.smithi038.gyuhij (mgr.14180) 748 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:21.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:20.878975+0000 mgr.smithi038.gyuhij (mgr.14180) 749 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:21.675949+0000 mgr.smithi038.gyuhij (mgr.14180) 750 : 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-13T04:23:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:20.878975+0000 mgr.smithi038.gyuhij (mgr.14180) 749 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:21.675949+0000 mgr.smithi038.gyuhij (mgr.14180) 750 : 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-13T04:23:22.581 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:24.799 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:24.800 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:25.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:23.676548+0000 mgr.smithi038.gyuhij (mgr.14180) 751 : 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-13T04:23:25.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:23.676548+0000 mgr.smithi038.gyuhij (mgr.14180) 751 : 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-13T04:23:25.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:26.533 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:26.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:24.795368+0000 mgr.smithi038.gyuhij (mgr.14180) 752 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:26.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:25.677264+0000 mgr.smithi038.gyuhij (mgr.14180) 753 : 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-13T04:23:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:24.795368+0000 mgr.smithi038.gyuhij (mgr.14180) 752 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:25.677264+0000 mgr.smithi038.gyuhij (mgr.14180) 753 : 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-13T04:23:28.749 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:28.750 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:29.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:27.677677+0000 mgr.smithi038.gyuhij (mgr.14180) 754 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:27.677677+0000 mgr.smithi038.gyuhij (mgr.14180) 754 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:29.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:28.746338+0000 mgr.smithi038.gyuhij (mgr.14180) 755 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:29.678271+0000 mgr.smithi038.gyuhij (mgr.14180) 756 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:30.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:28.746338+0000 mgr.smithi038.gyuhij (mgr.14180) 755 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:30.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:29.678271+0000 mgr.smithi038.gyuhij (mgr.14180) 756 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:30.516 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:32.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:31.678690+0000 mgr.smithi038.gyuhij (mgr.14180) 757 : 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-13T04:23:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:31.678690+0000 mgr.smithi038.gyuhij (mgr.14180) 757 : 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-13T04:23:32.820 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:32.820 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:33.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:34.634 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:35.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:32.817164+0000 mgr.smithi038.gyuhij (mgr.14180) 758 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:35.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:33.679173+0000 mgr.smithi038.gyuhij (mgr.14180) 759 : 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-13T04:23:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:32.817164+0000 mgr.smithi038.gyuhij (mgr.14180) 758 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:33.679173+0000 mgr.smithi038.gyuhij (mgr.14180) 759 : 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-13T04:23:36.926 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:36.927 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:37.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:35.679870+0000 mgr.smithi038.gyuhij (mgr.14180) 760 : 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-13T04:23:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:35.679870+0000 mgr.smithi038.gyuhij (mgr.14180) 760 : 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-13T04:23:37.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:38.685 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:39.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:36.923065+0000 mgr.smithi038.gyuhij (mgr.14180) 761 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:39.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:37.680334+0000 mgr.smithi038.gyuhij (mgr.14180) 762 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:36.923065+0000 mgr.smithi038.gyuhij (mgr.14180) 761 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:37.680334+0000 mgr.smithi038.gyuhij (mgr.14180) 762 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:40.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:39.681019+0000 mgr.smithi038.gyuhij (mgr.14180) 763 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:40.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:39.681019+0000 mgr.smithi038.gyuhij (mgr.14180) 763 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:40.856 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:40.857 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:41.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:40.853448+0000 mgr.smithi038.gyuhij (mgr.14180) 764 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:41.681676+0000 mgr.smithi038.gyuhij (mgr.14180) 765 : 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-13T04:23:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:40.853448+0000 mgr.smithi038.gyuhij (mgr.14180) 764 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:41.681676+0000 mgr.smithi038.gyuhij (mgr.14180) 765 : 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-13T04:23:42.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:44.758 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:44.758 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:43.682125+0000 mgr.smithi038.gyuhij (mgr.14180) 766 : 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-13T04:23:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:43.682125+0000 mgr.smithi038.gyuhij (mgr.14180) 766 : 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-13T04:23:45.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:44.755125+0000 mgr.smithi038.gyuhij (mgr.14180) 767 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:46.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:44.755125+0000 mgr.smithi038.gyuhij (mgr.14180) 767 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:46.608 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:45.682770+0000 mgr.smithi038.gyuhij (mgr.14180) 768 : 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-13T04:23:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:45.682770+0000 mgr.smithi038.gyuhij (mgr.14180) 768 : 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-13T04:23:48.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:47.683422+0000 mgr.smithi038.gyuhij (mgr.14180) 769 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:49.008 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:49.008 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:49.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:47.683422+0000 mgr.smithi038.gyuhij (mgr.14180) 769 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:49.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:50.723 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:51.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:49.004796+0000 mgr.smithi038.gyuhij (mgr.14180) 770 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:51.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:49.684000+0000 mgr.smithi038.gyuhij (mgr.14180) 771 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:51.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:49.004796+0000 mgr.smithi038.gyuhij (mgr.14180) 770 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:51.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:49.684000+0000 mgr.smithi038.gyuhij (mgr.14180) 771 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:23:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:51.684589+0000 mgr.smithi038.gyuhij (mgr.14180) 772 : 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-13T04:23:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:51.684589+0000 mgr.smithi038.gyuhij (mgr.14180) 772 : 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-13T04:23:52.948 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:52.948 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:53.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:54.627 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:52.945062+0000 mgr.smithi038.gyuhij (mgr.14180) 773 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:55.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:53.685175+0000 mgr.smithi038.gyuhij (mgr.14180) 774 : 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-13T04:23:55.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:52.945062+0000 mgr.smithi038.gyuhij (mgr.14180) 773 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:55.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:53.685175+0000 mgr.smithi038.gyuhij (mgr.14180) 774 : 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-13T04:23:56.921 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:23:56.921 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:23:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:55.685579+0000 mgr.smithi038.gyuhij (mgr.14180) 775 : 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-13T04:23:57.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:55.685579+0000 mgr.smithi038.gyuhij (mgr.14180) 775 : 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-13T04:23:57.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:23:58.670 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:23:59.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:23:56.917592+0000 mgr.smithi038.gyuhij (mgr.14180) 776 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:59.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:23:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:57.686024+0000 mgr.smithi038.gyuhij (mgr.14180) 777 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:23:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:23:56.917592+0000 mgr.smithi038.gyuhij (mgr.14180) 776 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:23:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:23:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:57.686024+0000 mgr.smithi038.gyuhij (mgr.14180) 777 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:01.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:23:59.686573+0000 mgr.smithi038.gyuhij (mgr.14180) 778 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:01.052 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:01.053 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:01.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:23:59.686573+0000 mgr.smithi038.gyuhij (mgr.14180) 778 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:01.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:01.049631+0000 mgr.smithi038.gyuhij (mgr.14180) 779 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:01.687311+0000 mgr.smithi038.gyuhij (mgr.14180) 780 : 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-13T04:24:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:01.049631+0000 mgr.smithi038.gyuhij (mgr.14180) 779 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:01.687311+0000 mgr.smithi038.gyuhij (mgr.14180) 780 : 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-13T04:24:02.895 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:05.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:03.687790+0000 mgr.smithi038.gyuhij (mgr.14180) 781 : 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-13T04:24:05.164 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:05.165 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:05.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:03.687790+0000 mgr.smithi038.gyuhij (mgr.14180) 781 : 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-13T04:24:05.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:06.874 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:07.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:05.161278+0000 mgr.smithi038.gyuhij (mgr.14180) 782 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:07.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:05.688553+0000 mgr.smithi038.gyuhij (mgr.14180) 783 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:05.161278+0000 mgr.smithi038.gyuhij (mgr.14180) 782 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:05.688553+0000 mgr.smithi038.gyuhij (mgr.14180) 783 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:08.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:07.689143+0000 mgr.smithi038.gyuhij (mgr.14180) 784 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:09.195 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:09.195 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:09.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:07.689143+0000 mgr.smithi038.gyuhij (mgr.14180) 784 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:09.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:10.981 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:11.016 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:09.191911+0000 mgr.smithi038.gyuhij (mgr.14180) 785 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:11.016 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:09.689746+0000 mgr.smithi038.gyuhij (mgr.14180) 786 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:11.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:09.191911+0000 mgr.smithi038.gyuhij (mgr.14180) 785 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:11.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:09.689746+0000 mgr.smithi038.gyuhij (mgr.14180) 786 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:11.690394+0000 mgr.smithi038.gyuhij (mgr.14180) 787 : 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-13T04:24:12.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:11.690394+0000 mgr.smithi038.gyuhij (mgr.14180) 787 : 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-13T04:24:13.384 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:13.384 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:14.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:15.118 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:15.152 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:13.381259+0000 mgr.smithi038.gyuhij (mgr.14180) 788 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:15.152 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:13.690757+0000 mgr.smithi038.gyuhij (mgr.14180) 789 : 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-13T04:24:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:13.381259+0000 mgr.smithi038.gyuhij (mgr.14180) 788 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:13.690757+0000 mgr.smithi038.gyuhij (mgr.14180) 789 : 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-13T04:24:16.965 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:15.691459+0000 mgr.smithi038.gyuhij (mgr.14180) 790 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:15.691459+0000 mgr.smithi038.gyuhij (mgr.14180) 790 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:17.363 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:17.364 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:18.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:17.360457+0000 mgr.smithi038.gyuhij (mgr.14180) 791 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:18.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:17.691905+0000 mgr.smithi038.gyuhij (mgr.14180) 792 : 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-13T04:24:18.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:17.360457+0000 mgr.smithi038.gyuhij (mgr.14180) 791 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:17.691905+0000 mgr.smithi038.gyuhij (mgr.14180) 792 : 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-13T04:24:19.088 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:20.887 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:19.692642+0000 mgr.smithi038.gyuhij (mgr.14180) 793 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:21.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:19.692642+0000 mgr.smithi038.gyuhij (mgr.14180) 793 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:21.322 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:21.322 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:21.978 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:21.319047+0000 mgr.smithi038.gyuhij (mgr.14180) 794 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:21.978 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:21.693194+0000 mgr.smithi038.gyuhij (mgr.14180) 795 : 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-13T04:24:22.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:21.319047+0000 mgr.smithi038.gyuhij (mgr.14180) 794 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:21.693194+0000 mgr.smithi038.gyuhij (mgr.14180) 795 : 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-13T04:24:23.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:25.182 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:25.183 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:25.211 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:23.693786+0000 mgr.smithi038.gyuhij (mgr.14180) 796 : 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-13T04:24:25.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:23.693786+0000 mgr.smithi038.gyuhij (mgr.14180) 796 : 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-13T04:24:25.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:26.890 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:25.179222+0000 mgr.smithi038.gyuhij (mgr.14180) 797 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:25.694246+0000 mgr.smithi038.gyuhij (mgr.14180) 798 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:27.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:25.179222+0000 mgr.smithi038.gyuhij (mgr.14180) 797 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:27.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:25.694246+0000 mgr.smithi038.gyuhij (mgr.14180) 798 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:29.179 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:29.179 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:29.205 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:27.694788+0000 mgr.smithi038.gyuhij (mgr.14180) 799 : 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-13T04:24:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:27.694788+0000 mgr.smithi038.gyuhij (mgr.14180) 799 : 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-13T04:24:29.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:29.176019+0000 mgr.smithi038.gyuhij (mgr.14180) 800 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:29.695342+0000 mgr.smithi038.gyuhij (mgr.14180) 801 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:30.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:29.176019+0000 mgr.smithi038.gyuhij (mgr.14180) 800 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:30.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:29.695342+0000 mgr.smithi038.gyuhij (mgr.14180) 801 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:30.984 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:31.695868+0000 mgr.smithi038.gyuhij (mgr.14180) 802 : 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-13T04:24:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:31.695868+0000 mgr.smithi038.gyuhij (mgr.14180) 802 : 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-13T04:24:33.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:33.204 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:34.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:35.166 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:35.201 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:33.200560+0000 mgr.smithi038.gyuhij (mgr.14180) 803 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:35.201 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:33.696470+0000 mgr.smithi038.gyuhij (mgr.14180) 804 : 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-13T04:24:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:33.200560+0000 mgr.smithi038.gyuhij (mgr.14180) 803 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:33.696470+0000 mgr.smithi038.gyuhij (mgr.14180) 804 : 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-13T04:24:37.108 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:35.696927+0000 mgr.smithi038.gyuhij (mgr.14180) 805 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:35.696927+0000 mgr.smithi038.gyuhij (mgr.14180) 805 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:37.580 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:37.580 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:16:53.739859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fjyssl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:38.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:37.576294+0000 mgr.smithi038.gyuhij (mgr.14180) 806 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:37.697460+0000 mgr.smithi038.gyuhij (mgr.14180) 807 : 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-13T04:24:39.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:37.576294+0000 mgr.smithi038.gyuhij (mgr.14180) 806 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:39.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:37.697460+0000 mgr.smithi038.gyuhij (mgr.14180) 807 : 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-13T04:24:39.381 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:40.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:39.698203+0000 mgr.smithi038.gyuhij (mgr.14180) 808 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:41.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:39.698203+0000 mgr.smithi038.gyuhij (mgr.14180) 808 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:41.700 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:41.700 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:24:41.271070+0000 mgr.smithi038.gyuhij (mgr.14180) 809 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:24:41.271338+0000 mgr.smithi038.gyuhij (mgr.14180) 810 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:41.271677+0000 mon.smithi038 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.olbagw"}]: dispatch 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:24:41.272318+0000 mgr.smithi038.gyuhij (mgr.14180) 811 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:24:41.274423+0000 mgr.smithi038.gyuhij (mgr.14180) 812 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dnbtez on smithi038 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:41.697020+0000 mgr.smithi038.gyuhij (mgr.14180) 813 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:42.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:41.698685+0000 mgr.smithi038.gyuhij (mgr.14180) 814 : 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-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:24:41.271070+0000 mgr.smithi038.gyuhij (mgr.14180) 809 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:24:41.271338+0000 mgr.smithi038.gyuhij (mgr.14180) 810 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:41.271677+0000 mon.smithi038 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.olbagw"}]: dispatch 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:24:41.272318+0000 mgr.smithi038.gyuhij (mgr.14180) 811 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.olbagw ... 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:22:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:23: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-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:24:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:24:41.274423+0000 mgr.smithi038.gyuhij (mgr.14180) 812 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dnbtez on smithi038 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:41.697020+0000 mgr.smithi038.gyuhij (mgr.14180) 813 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:42.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:41.698685+0000 mgr.smithi038.gyuhij (mgr.14180) 814 : 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-13T04:24:42.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:43.520 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:45.189 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:43.699082+0000 mgr.smithi038.gyuhij (mgr.14180) 815 : 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-13T04:24:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:43.699082+0000 mgr.smithi038.gyuhij (mgr.14180) 815 : 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-13T04:24:45.960 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:45.960 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:46.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:47.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:45.699700+0000 mgr.smithi038.gyuhij (mgr.14180) 816 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:45.699700+0000 mgr.smithi038.gyuhij (mgr.14180) 816 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:47.739 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:48.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:45.957051+0000 mgr.smithi038.gyuhij (mgr.14180) 817 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:48.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:45.957051+0000 mgr.smithi038.gyuhij (mgr.14180) 817 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:49.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:47.700376+0000 mgr.smithi038.gyuhij (mgr.14180) 818 : 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-13T04:24:49.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:47.700376+0000 mgr.smithi038.gyuhij (mgr.14180) 818 : 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-13T04:24:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:49.700885+0000 mgr.smithi038.gyuhij (mgr.14180) 819 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:50.117 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:50.117 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:50.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:49.700885+0000 mgr.smithi038.gyuhij (mgr.14180) 819 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:24:50.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:51.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:50.113543+0000 mgr.smithi038.gyuhij (mgr.14180) 820 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:51.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:50.113543+0000 mgr.smithi038.gyuhij (mgr.14180) 820 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:51.810 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:51.701502+0000 mgr.smithi038.gyuhij (mgr.14180) 821 : 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-13T04:24:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:51.701502+0000 mgr.smithi038.gyuhij (mgr.14180) 821 : 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-13T04:24:54.021 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:54.021 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:54.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:55.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:53.701907+0000 mgr.smithi038.gyuhij (mgr.14180) 822 : 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-13T04:24:55.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:53.701907+0000 mgr.smithi038.gyuhij (mgr.14180) 822 : 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-13T04:24:55.684 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:24:56.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:54.017311+0000 mgr.smithi038.gyuhij (mgr.14180) 823 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:56.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:54.017311+0000 mgr.smithi038.gyuhij (mgr.14180) 823 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:55.702504+0000 mgr.smithi038.gyuhij (mgr.14180) 824 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:57.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:55.702504+0000 mgr.smithi038.gyuhij (mgr.14180) 824 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:24:57.932 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:24:57.932 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:24:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:57.702931+0000 mgr.smithi038.gyuhij (mgr.14180) 825 : 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-13T04:24:58.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:57.702931+0000 mgr.smithi038.gyuhij (mgr.14180) 825 : 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-13T04:24:58.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:24:58.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:24:57.928910+0000 mgr.smithi038.gyuhij (mgr.14180) 826 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:24:57.928910+0000 mgr.smithi038.gyuhij (mgr.14180) 826 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:24:59.700 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:00.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:24:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:24:59.703549+0000 mgr.smithi038.gyuhij (mgr.14180) 827 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:00.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:24:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:24:59.703549+0000 mgr.smithi038.gyuhij (mgr.14180) 827 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:02.075 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:02.075 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:01.704202+0000 mgr.smithi038.gyuhij (mgr.14180) 828 : 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-13T04:25:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:01.704202+0000 mgr.smithi038.gyuhij (mgr.14180) 828 : 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-13T04:25:02.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:03.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:02.071375+0000 mgr.smithi038.gyuhij (mgr.14180) 829 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:03.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:02.071375+0000 mgr.smithi038.gyuhij (mgr.14180) 829 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:03.706 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:03.704737+0000 mgr.smithi038.gyuhij (mgr.14180) 830 : 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-13T04:25:04.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:03.704737+0000 mgr.smithi038.gyuhij (mgr.14180) 830 : 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-13T04:25:06.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:06.204 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:06.900 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:05.705352+0000 mgr.smithi038.gyuhij (mgr.14180) 831 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:06.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:05.705352+0000 mgr.smithi038.gyuhij (mgr.14180) 831 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:07.925 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:08.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:06.200258+0000 mgr.smithi038.gyuhij (mgr.14180) 832 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:08.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:06.200258+0000 mgr.smithi038.gyuhij (mgr.14180) 832 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:08.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:07.705875+0000 mgr.smithi038.gyuhij (mgr.14180) 833 : 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-13T04:25:09.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:07.705875+0000 mgr.smithi038.gyuhij (mgr.14180) 833 : 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-13T04:25:10.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:09.706681+0000 mgr.smithi038.gyuhij (mgr.14180) 834 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:10.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:09.706681+0000 mgr.smithi038.gyuhij (mgr.14180) 834 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:10.275 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:10.275 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:10.271978+0000 mgr.smithi038.gyuhij (mgr.14180) 835 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:11.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:11.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:10.271978+0000 mgr.smithi038.gyuhij (mgr.14180) 835 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:12.025 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:11.707420+0000 mgr.smithi038.gyuhij (mgr.14180) 836 : 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-13T04:25:12.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:11.707420+0000 mgr.smithi038.gyuhij (mgr.14180) 836 : 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-13T04:25:14.255 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:14.255 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:14.955 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:13.707840+0000 mgr.smithi038.gyuhij (mgr.14180) 837 : 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-13T04:25:14.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:13.707840+0000 mgr.smithi038.gyuhij (mgr.14180) 837 : 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-13T04:25:15.981 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:16.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:14.251995+0000 mgr.smithi038.gyuhij (mgr.14180) 838 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:16.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:14.251995+0000 mgr.smithi038.gyuhij (mgr.14180) 838 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:17.123 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:15.708350+0000 mgr.smithi038.gyuhij (mgr.14180) 839 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:17.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:15.708350+0000 mgr.smithi038.gyuhij (mgr.14180) 839 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:17.831 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:17.708780+0000 mgr.smithi038.gyuhij (mgr.14180) 840 : 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-13T04:25:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:17.708780+0000 mgr.smithi038.gyuhij (mgr.14180) 840 : 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-13T04:25:18.286 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:18.286 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:18.879 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:18.283102+0000 mgr.smithi038.gyuhij (mgr.14180) 841 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:18.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:18.283102+0000 mgr.smithi038.gyuhij (mgr.14180) 841 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:19.902 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:20.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:19.709535+0000 mgr.smithi038.gyuhij (mgr.14180) 842 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:20.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:19.709535+0000 mgr.smithi038.gyuhij (mgr.14180) 842 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:22.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:21.710169+0000 mgr.smithi038.gyuhij (mgr.14180) 843 : 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-13T04:25:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:21.710169+0000 mgr.smithi038.gyuhij (mgr.14180) 843 : 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-13T04:25:22.254 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:22.254 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:22.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:23.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:22.251193+0000 mgr.smithi038.gyuhij (mgr.14180) 844 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:23.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:22.251193+0000 mgr.smithi038.gyuhij (mgr.14180) 844 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:23.954 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:24.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:23.710584+0000 mgr.smithi038.gyuhij (mgr.14180) 845 : 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-13T04:25:24.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:23.710584+0000 mgr.smithi038.gyuhij (mgr.14180) 845 : 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-13T04:25:26.346 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:26.346 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:25.711168+0000 mgr.smithi038.gyuhij (mgr.14180) 846 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:27.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:27.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:25.711168+0000 mgr.smithi038.gyuhij (mgr.14180) 846 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:28.069 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:28.103 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:26.342173+0000 mgr.smithi038.gyuhij (mgr.14180) 847 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:28.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:26.342173+0000 mgr.smithi038.gyuhij (mgr.14180) 847 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:28.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:27.711802+0000 mgr.smithi038.gyuhij (mgr.14180) 848 : 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-13T04:25:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:27.711802+0000 mgr.smithi038.gyuhij (mgr.14180) 848 : 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-13T04:25:29.877 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:29.712327+0000 mgr.smithi038.gyuhij (mgr.14180) 849 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:30.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:29.712327+0000 mgr.smithi038.gyuhij (mgr.14180) 849 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:30.357 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:30.358 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:31.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:30.354278+0000 mgr.smithi038.gyuhij (mgr.14180) 850 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:31.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:31.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:30.354278+0000 mgr.smithi038.gyuhij (mgr.14180) 850 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:32.040 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:31.712997+0000 mgr.smithi038.gyuhij (mgr.14180) 851 : 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-13T04:25:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:31.712997+0000 mgr.smithi038.gyuhij (mgr.14180) 851 : 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-13T04:25:34.276 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:34.276 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:35.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:33.713460+0000 mgr.smithi038.gyuhij (mgr.14180) 852 : 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-13T04:25:35.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:33.713460+0000 mgr.smithi038.gyuhij (mgr.14180) 852 : 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-13T04:25:36.050 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:36.083 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:34.272918+0000 mgr.smithi038.gyuhij (mgr.14180) 853 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:36.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:34.272918+0000 mgr.smithi038.gyuhij (mgr.14180) 853 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:37.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:35.714058+0000 mgr.smithi038.gyuhij (mgr.14180) 854 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:37.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:35.714058+0000 mgr.smithi038.gyuhij (mgr.14180) 854 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:37.882 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:37.714630+0000 mgr.smithi038.gyuhij (mgr.14180) 855 : 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-13T04:25:38.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:37.714630+0000 mgr.smithi038.gyuhij (mgr.14180) 855 : 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-13T04:25:38.366 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:38.366 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:39.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:38.363170+0000 mgr.smithi038.gyuhij (mgr.14180) 856 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:39.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:38.363170+0000 mgr.smithi038.gyuhij (mgr.14180) 856 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:40.072 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:40.107 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:39.715350+0000 mgr.smithi038.gyuhij (mgr.14180) 857 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:40.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:39.715350+0000 mgr.smithi038.gyuhij (mgr.14180) 857 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:42.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:41.715950+0000 mgr.smithi038.gyuhij (mgr.14180) 858 : 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-13T04:25:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:41.715950+0000 mgr.smithi038.gyuhij (mgr.14180) 858 : 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-13T04:25:42.496 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:42.496 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:43.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:42.492311+0000 mgr.smithi038.gyuhij (mgr.14180) 859 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:43.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:42.492311+0000 mgr.smithi038.gyuhij (mgr.14180) 859 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:43.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:44.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:43.716437+0000 mgr.smithi038.gyuhij (mgr.14180) 860 : 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-13T04:25:44.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:43.716437+0000 mgr.smithi038.gyuhij (mgr.14180) 860 : 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-13T04:25:44.263 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:46.430 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:46.430 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:47.103 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:45.716955+0000 mgr.smithi038.gyuhij (mgr.14180) 861 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:47.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:47.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:45.716955+0000 mgr.smithi038.gyuhij (mgr.14180) 861 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:48.126 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:48.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:46.426701+0000 mgr.smithi038.gyuhij (mgr.14180) 862 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:48.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:47.717684+0000 mgr.smithi038.gyuhij (mgr.14180) 863 : 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-13T04:25:48.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:46.426701+0000 mgr.smithi038.gyuhij (mgr.14180) 862 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:48.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:47.717684+0000 mgr.smithi038.gyuhij (mgr.14180) 863 : 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-13T04:25:50.301 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:50.301 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:51.127 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:49.718205+0000 mgr.smithi038.gyuhij (mgr.14180) 864 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:51.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:51.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:49.718205+0000 mgr.smithi038.gyuhij (mgr.14180) 864 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:25:52.153 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:52.188 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:50.298221+0000 mgr.smithi038.gyuhij (mgr.14180) 865 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:50.298221+0000 mgr.smithi038.gyuhij (mgr.14180) 865 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:52.895 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:51.718938+0000 mgr.smithi038.gyuhij (mgr.14180) 866 : 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-13T04:25:53.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:51.718938+0000 mgr.smithi038.gyuhij (mgr.14180) 866 : 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-13T04:25:53.968 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:53.719359+0000 mgr.smithi038.gyuhij (mgr.14180) 867 : 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-13T04:25:54.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:53.719359+0000 mgr.smithi038.gyuhij (mgr.14180) 867 : 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-13T04:25:54.436 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:54.437 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:55.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:54.433317+0000 mgr.smithi038.gyuhij (mgr.14180) 868 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:55.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:25:55.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:54.433317+0000 mgr.smithi038.gyuhij (mgr.14180) 868 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:25:56.202 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:25:56.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:55.719820+0000 mgr.smithi038.gyuhij (mgr.14180) 869 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:56.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:55.719820+0000 mgr.smithi038.gyuhij (mgr.14180) 869 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:25:58.455 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:25:58.455 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:25:59.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:57.720327+0000 mgr.smithi038.gyuhij (mgr.14180) 870 : 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-13T04:25:59.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:57.720327+0000 mgr.smithi038.gyuhij (mgr.14180) 870 : 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-13T04:25:59.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:00.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:25:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:25:58.451589+0000 mgr.smithi038.gyuhij (mgr.14180) 871 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:00.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:25:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:25:58.451589+0000 mgr.smithi038.gyuhij (mgr.14180) 871 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:00.258 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:01.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:25:59.720947+0000 mgr.smithi038.gyuhij (mgr.14180) 872 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:01.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:25:59.720947+0000 mgr.smithi038.gyuhij (mgr.14180) 872 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:02.167 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:01.721561+0000 mgr.smithi038.gyuhij (mgr.14180) 873 : 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-13T04:26:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:01.721561+0000 mgr.smithi038.gyuhij (mgr.14180) 873 : 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-13T04:26:02.591 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:02.591 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:03.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:02.588312+0000 mgr.smithi038.gyuhij (mgr.14180) 874 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:03.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:02.588312+0000 mgr.smithi038.gyuhij (mgr.14180) 874 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:03.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:04.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:03.722280+0000 mgr.smithi038.gyuhij (mgr.14180) 875 : 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-13T04:26:04.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:03.722280+0000 mgr.smithi038.gyuhij (mgr.14180) 875 : 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-13T04:26:04.373 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:06.848 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:06.848 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:07.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:05.722866+0000 mgr.smithi038.gyuhij (mgr.14180) 876 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:07.249 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:05.722866+0000 mgr.smithi038.gyuhij (mgr.14180) 876 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:07.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:08.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:06.844357+0000 mgr.smithi038.gyuhij (mgr.14180) 877 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:08.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:07.723384+0000 mgr.smithi038.gyuhij (mgr.14180) 878 : 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-13T04:26:08.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:06.844357+0000 mgr.smithi038.gyuhij (mgr.14180) 877 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:08.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:07.723384+0000 mgr.smithi038.gyuhij (mgr.14180) 878 : 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-13T04:26:08.665 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:11.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:09.723905+0000 mgr.smithi038.gyuhij (mgr.14180) 879 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:11.025 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:11.025 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:11.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:09.723905+0000 mgr.smithi038.gyuhij (mgr.14180) 879 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:11.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:11.022485+0000 mgr.smithi038.gyuhij (mgr.14180) 880 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:11.724459+0000 mgr.smithi038.gyuhij (mgr.14180) 881 : 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-13T04:26:12.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:11.022485+0000 mgr.smithi038.gyuhij (mgr.14180) 880 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:12.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:11.724459+0000 mgr.smithi038.gyuhij (mgr.14180) 881 : 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-13T04:26:12.838 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:15.188 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:15.189 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:15.211 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:13.724883+0000 mgr.smithi038.gyuhij (mgr.14180) 882 : 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-13T04:26:15.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:13.724883+0000 mgr.smithi038.gyuhij (mgr.14180) 882 : 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-13T04:26:15.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:16.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:15.185457+0000 mgr.smithi038.gyuhij (mgr.14180) 883 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:16.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:15.725618+0000 mgr.smithi038.gyuhij (mgr.14180) 884 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:16.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:15.185457+0000 mgr.smithi038.gyuhij (mgr.14180) 883 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:16.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:15.725618+0000 mgr.smithi038.gyuhij (mgr.14180) 884 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:16.955 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:18.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:17.726069+0000 mgr.smithi038.gyuhij (mgr.14180) 885 : 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-13T04:26:18.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:17.726069+0000 mgr.smithi038.gyuhij (mgr.14180) 885 : 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-13T04:26:19.197 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:19.198 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:19.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:20.993 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:21.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:19.194527+0000 mgr.smithi038.gyuhij (mgr.14180) 886 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:21.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:19.726645+0000 mgr.smithi038.gyuhij (mgr.14180) 887 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:21.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:19.194527+0000 mgr.smithi038.gyuhij (mgr.14180) 886 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:21.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:19.726645+0000 mgr.smithi038.gyuhij (mgr.14180) 887 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:22.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:21.727118+0000 mgr.smithi038.gyuhij (mgr.14180) 888 : 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-13T04:26:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:21.727118+0000 mgr.smithi038.gyuhij (mgr.14180) 888 : 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-13T04:26:23.391 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:23.392 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:24.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:25.164 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:25.199 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:23.388061+0000 mgr.smithi038.gyuhij (mgr.14180) 889 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:25.199 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:23.727520+0000 mgr.smithi038.gyuhij (mgr.14180) 890 : 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-13T04:26:25.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:23.388061+0000 mgr.smithi038.gyuhij (mgr.14180) 889 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:25.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:23.727520+0000 mgr.smithi038.gyuhij (mgr.14180) 890 : 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-13T04:26:25.902 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:25.727947+0000 mgr.smithi038.gyuhij (mgr.14180) 891 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:26.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:25.727947+0000 mgr.smithi038.gyuhij (mgr.14180) 891 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:27.421 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:27.422 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:28.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:29.127 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:29.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:27.418472+0000 mgr.smithi038.gyuhij (mgr.14180) 892 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:29.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:27.728325+0000 mgr.smithi038.gyuhij (mgr.14180) 893 : 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-13T04:26:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:27.418472+0000 mgr.smithi038.gyuhij (mgr.14180) 892 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:29.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:27.728325+0000 mgr.smithi038.gyuhij (mgr.14180) 893 : 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-13T04:26:30.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:29.729149+0000 mgr.smithi038.gyuhij (mgr.14180) 894 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:30.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:29.729149+0000 mgr.smithi038.gyuhij (mgr.14180) 894 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:31.424 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:31.424 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:32.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:31.421120+0000 mgr.smithi038.gyuhij (mgr.14180) 895 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:32.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:31.729572+0000 mgr.smithi038.gyuhij (mgr.14180) 896 : 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-13T04:26:32.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:31.421120+0000 mgr.smithi038.gyuhij (mgr.14180) 895 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:31.729572+0000 mgr.smithi038.gyuhij (mgr.14180) 896 : 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-13T04:26:33.233 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:35.076 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:33.729972+0000 mgr.smithi038.gyuhij (mgr.14180) 897 : 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-13T04:26:35.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:33.729972+0000 mgr.smithi038.gyuhij (mgr.14180) 897 : 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-13T04:26:35.518 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:35.518 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:35.876 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:35.514909+0000 mgr.smithi038.gyuhij (mgr.14180) 898 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:35.876 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:35.730449+0000 mgr.smithi038.gyuhij (mgr.14180) 899 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:36.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:35.514909+0000 mgr.smithi038.gyuhij (mgr.14180) 898 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:36.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:35.730449+0000 mgr.smithi038.gyuhij (mgr.14180) 899 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:36.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:37.280 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:39.140 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:37.730829+0000 mgr.smithi038.gyuhij (mgr.14180) 900 : 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-13T04:26:39.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:37.730829+0000 mgr.smithi038.gyuhij (mgr.14180) 900 : 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-13T04:26:39.589 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:39.589 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:39.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:39.584107+0000 mgr.smithi038.gyuhij (mgr.14180) 901 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:39.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:39.731537+0000 mgr.smithi038.gyuhij (mgr.14180) 902 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:40.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:39.584107+0000 mgr.smithi038.gyuhij (mgr.14180) 901 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:40.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:39.731537+0000 mgr.smithi038.gyuhij (mgr.14180) 902 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:40.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:41.286 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:42.190 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:41.732029+0000 mgr.smithi038.gyuhij (mgr.14180) 903 : 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-13T04:26:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:41.732029+0000 mgr.smithi038.gyuhij (mgr.14180) 903 : 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-13T04:26:43.804 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:43.804 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:44.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:43.732426+0000 mgr.smithi038.gyuhij (mgr.14180) 904 : 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-13T04:26:45.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:43.732426+0000 mgr.smithi038.gyuhij (mgr.14180) 904 : 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-13T04:26:45.587 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:43.800134+0000 mgr.smithi038.gyuhij (mgr.14180) 905 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:46.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:45.732885+0000 mgr.smithi038.gyuhij (mgr.14180) 906 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:46.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:43.800134+0000 mgr.smithi038.gyuhij (mgr.14180) 905 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:46.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:45.732885+0000 mgr.smithi038.gyuhij (mgr.14180) 906 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:47.907 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:47.908 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:48.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:47.733276+0000 mgr.smithi038.gyuhij (mgr.14180) 907 : 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-13T04:26:48.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:47.733276+0000 mgr.smithi038.gyuhij (mgr.14180) 907 : 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-13T04:26:48.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:48.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:47.904342+0000 mgr.smithi038.gyuhij (mgr.14180) 908 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:49.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:47.904342+0000 mgr.smithi038.gyuhij (mgr.14180) 908 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:49.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:49.733786+0000 mgr.smithi038.gyuhij (mgr.14180) 909 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:50.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:49.733786+0000 mgr.smithi038.gyuhij (mgr.14180) 909 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:26:51.972 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:51.972 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:51.734289+0000 mgr.smithi038.gyuhij (mgr.14180) 910 : 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-13T04:26:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:51.734289+0000 mgr.smithi038.gyuhij (mgr.14180) 910 : 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-13T04:26:52.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:53.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:51.969051+0000 mgr.smithi038.gyuhij (mgr.14180) 911 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:53.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:51.969051+0000 mgr.smithi038.gyuhij (mgr.14180) 911 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:53.765 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:54.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:53.734796+0000 mgr.smithi038.gyuhij (mgr.14180) 912 : 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-13T04:26:54.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:53.734796+0000 mgr.smithi038.gyuhij (mgr.14180) 912 : 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-13T04:26:56.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:55.735373+0000 mgr.smithi038.gyuhij (mgr.14180) 913 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:56.125 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:26:56.125 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:26:56.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:55.735373+0000 mgr.smithi038.gyuhij (mgr.14180) 913 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:56.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:26:57.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:26:56.121940+0000 mgr.smithi038.gyuhij (mgr.14180) 914 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:57.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:26:56.121940+0000 mgr.smithi038.gyuhij (mgr.14180) 914 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:26:57.907 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:26:58.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:57.735953+0000 mgr.smithi038.gyuhij (mgr.14180) 915 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:26:58.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:57.735953+0000 mgr.smithi038.gyuhij (mgr.14180) 915 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:00.222 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:00.223 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:00.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:26:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:26:59.736608+0000 mgr.smithi038.gyuhij (mgr.14180) 916 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:00.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:26:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:26:59.736608+0000 mgr.smithi038.gyuhij (mgr.14180) 916 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:01.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:01.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:00.219598+0000 mgr.smithi038.gyuhij (mgr.14180) 917 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:01.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:00.219598+0000 mgr.smithi038.gyuhij (mgr.14180) 917 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:02.006 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:01.737101+0000 mgr.smithi038.gyuhij (mgr.14180) 918 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:01.737101+0000 mgr.smithi038.gyuhij (mgr.14180) 918 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:04.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:03.737686+0000 mgr.smithi038.gyuhij (mgr.14180) 919 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:04.175 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:04.175 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:04.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:03.737686+0000 mgr.smithi038.gyuhij (mgr.14180) 919 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:04.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:05.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:04.172179+0000 mgr.smithi038.gyuhij (mgr.14180) 920 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:05.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:04.172179+0000 mgr.smithi038.gyuhij (mgr.14180) 920 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:05.979 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:06.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:05.738326+0000 mgr.smithi038.gyuhij (mgr.14180) 921 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:06.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:05.738326+0000 mgr.smithi038.gyuhij (mgr.14180) 921 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:07.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:07.738749+0000 mgr.smithi038.gyuhij (mgr.14180) 922 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:08.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:07.738749+0000 mgr.smithi038.gyuhij (mgr.14180) 922 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:08.427 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:08.427 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:19:32.084160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.fbrvvu on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-fbrvvu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.fbrvvu\nDeploy daemon haproxy.nfs.foo.smithi192.fbrvvu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:17:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:18:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.575972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qgxiuw on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-qgxiuw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.qgxiuw\nDeploy daemon haproxy.nfs.foo.smithi038.qgxiuw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:20:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:20:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:21:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:22:01.577147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.imfibk on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:09.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:08.423232+0000 mgr.smithi038.gyuhij (mgr.14180) 923 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:09.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:09.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:08.423232+0000 mgr.smithi038.gyuhij (mgr.14180) 923 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:10.115 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:10.149 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:09.739311+0000 mgr.smithi038.gyuhij (mgr.14180) 924 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:10.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:09.739311+0000 mgr.smithi038.gyuhij (mgr.14180) 924 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:27:11.001838+0000 mgr.smithi038.gyuhij (mgr.14180) 925 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:27:11.001996+0000 mgr.smithi038.gyuhij (mgr.14180) 926 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:11.002304+0000 mon.smithi038 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dnbtez"}]: dispatch 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:27:11.002855+0000 mgr.smithi038.gyuhij (mgr.14180) 927 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.240 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:27:11.004016+0000 mgr.smithi038.gyuhij (mgr.14180) 928 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:27:11.004962+0000 mgr.smithi038.gyuhij (mgr.14180) 929 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:27:12.241 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:11.005582+0000 mgr.smithi038.gyuhij (mgr.14180) 930 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:27:11.001838+0000 mgr.smithi038.gyuhij (mgr.14180) 925 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.252 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:27:11.001996+0000 mgr.smithi038.gyuhij (mgr.14180) 926 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:11.002304+0000 mon.smithi038 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dnbtez"}]: dispatch 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:27:11.002855+0000 mgr.smithi038.gyuhij (mgr.14180) 927 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.dnbtez ... 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25: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-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:25:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:26: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-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:27:11.004016+0000 mgr.smithi038.gyuhij (mgr.14180) 928 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:27:11.004962+0000 mgr.smithi038.gyuhij (mgr.14180) 929 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:27:12.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:11.005582+0000 mgr.smithi038.gyuhij (mgr.14180) 930 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:12.489 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:12.490 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:13.200 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:11.948341+0000 mon.smithi038 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:27:13.200 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:12.486577+0000 mgr.smithi038.gyuhij (mgr.14180) 931 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:13.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:13.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:11.948341+0000 mon.smithi038 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:27:13.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:12.486577+0000 mgr.smithi038.gyuhij (mgr.14180) 931 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:14.225 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:14.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:13.006327+0000 mgr.smithi038.gyuhij (mgr.14180) 932 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:14.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:13.006327+0000 mgr.smithi038.gyuhij (mgr.14180) 932 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:16.494 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:16.495 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:15.006918+0000 mgr.smithi038.gyuhij (mgr.14180) 933 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:15.659307+0000 mon.smithi038 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:27:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:15.006918+0000 mgr.smithi038.gyuhij (mgr.14180) 933 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:15.659307+0000 mon.smithi038 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:27:17.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:17.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:16.491419+0000 mgr.smithi038.gyuhij (mgr.14180) 934 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:18.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:16.491419+0000 mgr.smithi038.gyuhij (mgr.14180) 934 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:18.222 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:18.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:17.007642+0000 mgr.smithi038.gyuhij (mgr.14180) 935 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:18.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:17.007642+0000 mgr.smithi038.gyuhij (mgr.14180) 935 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:20.467 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:20.467 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:19.008287+0000 mgr.smithi038.gyuhij (mgr.14180) 936 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:20.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:19.008287+0000 mgr.smithi038.gyuhij (mgr.14180) 936 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:21.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:21.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:20.463908+0000 mgr.smithi038.gyuhij (mgr.14180) 937 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:22.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:20.463908+0000 mgr.smithi038.gyuhij (mgr.14180) 937 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:22.247 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:22.976 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:21.009058+0000 mgr.smithi038.gyuhij (mgr.14180) 938 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:22.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:21.009058+0000 mgr.smithi038.gyuhij (mgr.14180) 938 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-13T04:27:24.512 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:24.512 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:24.871 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:23.009716+0000 mgr.smithi038.gyuhij (mgr.14180) 939 : 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-13T04:27:24.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:23.009716+0000 mgr.smithi038.gyuhij (mgr.14180) 939 : 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-13T04:27:25.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:24.508214+0000 mgr.smithi038.gyuhij (mgr.14180) 940 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:25.311328+0000 mon.smithi038 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:27:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:24.508214+0000 mgr.smithi038.gyuhij (mgr.14180) 940 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:26.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:25.311328+0000 mon.smithi038 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:27:26.386 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:25.010567+0000 mgr.smithi038.gyuhij (mgr.14180) 941 : 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-13T04:27:27.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:25.010567+0000 mgr.smithi038.gyuhij (mgr.14180) 941 : 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-13T04:27:28.622 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:28.623 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:28.947 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:27.011155+0000 mgr.smithi038.gyuhij (mgr.14180) 942 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:28.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:27.011155+0000 mgr.smithi038.gyuhij (mgr.14180) 942 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:29.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:28.619465+0000 mgr.smithi038.gyuhij (mgr.14180) 943 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:28.619465+0000 mgr.smithi038.gyuhij (mgr.14180) 943 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:30.444 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:29.011699+0000 mgr.smithi038.gyuhij (mgr.14180) 944 : 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-13T04:27:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:29.011699+0000 mgr.smithi038.gyuhij (mgr.14180) 944 : 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-13T04:27:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:31.012456+0000 mgr.smithi038.gyuhij (mgr.14180) 945 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:31.012456+0000 mgr.smithi038.gyuhij (mgr.14180) 945 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:32.911 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:32.911 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:33.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:34.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:32.908222+0000 mgr.smithi038.gyuhij (mgr.14180) 946 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:34.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:33.012996+0000 mgr.smithi038.gyuhij (mgr.14180) 947 : 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-13T04:27:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:32.908222+0000 mgr.smithi038.gyuhij (mgr.14180) 946 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:33.012996+0000 mgr.smithi038.gyuhij (mgr.14180) 947 : 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-13T04:27:34.575 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:36.407 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:35.013747+0000 mgr.smithi038.gyuhij (mgr.14180) 948 : 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-13T04:27:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:35.013747+0000 mgr.smithi038.gyuhij (mgr.14180) 948 : 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-13T04:27:36.841 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:36.841 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:37.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:38.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:36.837599+0000 mgr.smithi038.gyuhij (mgr.14180) 949 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:38.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:37.014329+0000 mgr.smithi038.gyuhij (mgr.14180) 950 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:38.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:36.837599+0000 mgr.smithi038.gyuhij (mgr.14180) 949 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:38.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:37.014329+0000 mgr.smithi038.gyuhij (mgr.14180) 950 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:38.614 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:40.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:39.015132+0000 mgr.smithi038.gyuhij (mgr.14180) 951 : 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-13T04:27:40.490 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:39.015132+0000 mgr.smithi038.gyuhij (mgr.14180) 951 : 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-13T04:27:40.925 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:40.925 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:41.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:40.921966+0000 mgr.smithi038.gyuhij (mgr.14180) 952 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:41.015903+0000 mgr.smithi038.gyuhij (mgr.14180) 953 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:40.921966+0000 mgr.smithi038.gyuhij (mgr.14180) 952 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:41.015903+0000 mgr.smithi038.gyuhij (mgr.14180) 953 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:42.655 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:44.248 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:43.016485+0000 mgr.smithi038.gyuhij (mgr.14180) 954 : 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-13T04:27:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:43.016485+0000 mgr.smithi038.gyuhij (mgr.14180) 954 : 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-13T04:27:45.025 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:45.026 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:45.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:46.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:45.017109+0000 mgr.smithi038.gyuhij (mgr.14180) 955 : 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-13T04:27:46.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:45.022158+0000 mgr.smithi038.gyuhij (mgr.14180) 956 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:45.017109+0000 mgr.smithi038.gyuhij (mgr.14180) 955 : 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-13T04:27:46.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:45.022158+0000 mgr.smithi038.gyuhij (mgr.14180) 956 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:46.793 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:48.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:47.017660+0000 mgr.smithi038.gyuhij (mgr.14180) 957 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:48.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:47.017660+0000 mgr.smithi038.gyuhij (mgr.14180) 957 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:49.167 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:49.167 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:49.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:50.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:49.018190+0000 mgr.smithi038.gyuhij (mgr.14180) 958 : 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-13T04:27:50.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:49.163963+0000 mgr.smithi038.gyuhij (mgr.14180) 959 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:49.018190+0000 mgr.smithi038.gyuhij (mgr.14180) 958 : 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-13T04:27:50.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:49.163963+0000 mgr.smithi038.gyuhij (mgr.14180) 959 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:50.928 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:51.018791+0000 mgr.smithi038.gyuhij (mgr.14180) 960 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:51.018791+0000 mgr.smithi038.gyuhij (mgr.14180) 960 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:27:53.169 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:53.169 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:53.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:54.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:53.019349+0000 mgr.smithi038.gyuhij (mgr.14180) 961 : 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-13T04:27:54.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:53.166317+0000 mgr.smithi038.gyuhij (mgr.14180) 962 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:53.019349+0000 mgr.smithi038.gyuhij (mgr.14180) 961 : 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-13T04:27:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:53.166317+0000 mgr.smithi038.gyuhij (mgr.14180) 962 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:54.921 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:27:56.481 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:55.020209+0000 mgr.smithi038.gyuhij (mgr.14180) 963 : 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-13T04:27:56.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:55.020209+0000 mgr.smithi038.gyuhij (mgr.14180) 963 : 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-13T04:27:57.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:27:57.205 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:27:57.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:27:58.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:57.020810+0000 mgr.smithi038.gyuhij (mgr.14180) 964 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:58.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:27:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:27:57.201471+0000 mgr.smithi038.gyuhij (mgr.14180) 965 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:58.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:57.020810+0000 mgr.smithi038.gyuhij (mgr.14180) 964 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:27:58.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:27:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:27:57.201471+0000 mgr.smithi038.gyuhij (mgr.14180) 965 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:27:58.864 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:00.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:27:59.021352+0000 mgr.smithi038.gyuhij (mgr.14180) 966 : 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-13T04:28:00.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:27:59.021352+0000 mgr.smithi038.gyuhij (mgr.14180) 966 : 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-13T04:28:01.212 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:01.212 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:01.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:01.021962+0000 mgr.smithi038.gyuhij (mgr.14180) 967 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:02.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:01.208433+0000 mgr.smithi038.gyuhij (mgr.14180) 968 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:01.021962+0000 mgr.smithi038.gyuhij (mgr.14180) 967 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:01.208433+0000 mgr.smithi038.gyuhij (mgr.14180) 968 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:02.880 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:04.369 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:03.022526+0000 mgr.smithi038.gyuhij (mgr.14180) 969 : 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-13T04:28:04.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:03.022526+0000 mgr.smithi038.gyuhij (mgr.14180) 969 : 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-13T04:28:05.093 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:05.093 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:05.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:05.023100+0000 mgr.smithi038.gyuhij (mgr.14180) 970 : 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-13T04:28:06.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:05.089703+0000 mgr.smithi038.gyuhij (mgr.14180) 971 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:05.023100+0000 mgr.smithi038.gyuhij (mgr.14180) 970 : 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-13T04:28:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:05.089703+0000 mgr.smithi038.gyuhij (mgr.14180) 971 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:06.780 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:08.459 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:07.023631+0000 mgr.smithi038.gyuhij (mgr.14180) 972 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:08.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:07.023631+0000 mgr.smithi038.gyuhij (mgr.14180) 972 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:09.265 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:09.265 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:03.868622Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:03.869246Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:03.868773Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:03.868848Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:03.868916Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:03.868982Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:09.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:10.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:09.024168+0000 mgr.smithi038.gyuhij (mgr.14180) 973 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:10.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:09.261461+0000 mgr.smithi038.gyuhij (mgr.14180) 974 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:10.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:09.024168+0000 mgr.smithi038.gyuhij (mgr.14180) 973 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:10.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:09.261461+0000 mgr.smithi038.gyuhij (mgr.14180) 974 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:10.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:12.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:11.007450+0000 mon.smithi038 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:28:12.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:11.024980+0000 mgr.smithi038.gyuhij (mgr.14180) 975 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:12.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:11.265982+0000 mon.smithi038 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:11.007450+0000 mon.smithi038 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:28:12.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:11.024980+0000 mgr.smithi038.gyuhij (mgr.14180) 975 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:12.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:11.265982+0000 mon.smithi038 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:13.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:13.204 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:11.226597Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:11.227181Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:11.226434Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:11.226270Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:11.226747Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:11.226893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:13.007745+0000 mon.smithi038 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:13.025542+0000 mgr.smithi038.gyuhij (mgr.14180) 976 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:13.200643+0000 mgr.smithi038.gyuhij (mgr.14180) 977 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:14.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:13.007745+0000 mon.smithi038 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:14.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:13.025542+0000 mgr.smithi038.gyuhij (mgr.14180) 976 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:14.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:13.200643+0000 mgr.smithi038.gyuhij (mgr.14180) 977 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:14.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:15.564 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:16.355 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:15.026313+0000 mgr.smithi038.gyuhij (mgr.14180) 978 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:16.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:15.026313+0000 mgr.smithi038.gyuhij (mgr.14180) 978 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:17.027075+0000 mgr.smithi038.gyuhij (mgr.14180) 979 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:18.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:17.027075+0000 mgr.smithi038.gyuhij (mgr.14180) 979 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:18.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:18.683 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:22:11.226521Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:22:11.226597Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:22:11.226673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:22:11.227181Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:22:11.226434Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:22:11.226270Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:22:11.227268Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:22:11.226747Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:22:11.226893Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:22:11.226820Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:19.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:18.678340+0000 mgr.smithi038.gyuhij (mgr.14180) 980 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:19.447 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:18.678340+0000 mgr.smithi038.gyuhij (mgr.14180) 980 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:19.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:20.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:19.027750+0000 mgr.smithi038.gyuhij (mgr.14180) 981 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:20.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:19.027750+0000 mgr.smithi038.gyuhij (mgr.14180) 981 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:20.925 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:20.906220+0000 mon.smithi038 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:21.028469+0000 mgr.smithi038.gyuhij (mgr.14180) 982 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:21.228560+0000 mon.smithi038 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:21.229244+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:21.233587+0000 mon.smithi038 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:21.234127+0000 mgr.smithi038.gyuhij (mgr.14180) 983 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:22.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:21.237914+0000 mon.smithi038 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:28:22.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:21.246310+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.238 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:28:21.248474+0000 mgr.smithi038.gyuhij (mgr.14180) 984 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.dcntzz on smithi192 2024-02-13T04:28:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:20.906220+0000 mon.smithi038 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:21.028469+0000 mgr.smithi038.gyuhij (mgr.14180) 982 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:21.228560+0000 mon.smithi038 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:28:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:21.229244+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:28:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:21.233587+0000 mon.smithi038 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:21.234127+0000 mgr.smithi038.gyuhij (mgr.14180) 983 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:22.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:21.237914+0000 mon.smithi038 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:28:22.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:21.246310+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:22.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:28:21.248474+0000 mgr.smithi038.gyuhij (mgr.14180) 984 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.dcntzz on smithi192 2024-02-13T04:28:23.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:21.970776+0000 mon.smithi038 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:28:23.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:21.970805+0000 mon.smithi038 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-02-13T04:28:23.217 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:23.217 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:23.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:21.970776+0000 mon.smithi038 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:28:23.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:21.970805+0000 mon.smithi038 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-02-13T04:28:24.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:24.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:23.214274+0000 mgr.smithi038.gyuhij (mgr.14180) 985 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:24.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:23.234481+0000 mgr.smithi038.gyuhij (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:24.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:23.214274+0000 mgr.smithi038.gyuhij (mgr.14180) 985 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:24.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:23.234481+0000 mgr.smithi038.gyuhij (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:25.093 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:26.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:25.234968+0000 mgr.smithi038.gyuhij (mgr.14180) 987 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:26.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:25.311610+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:25.234968+0000 mgr.smithi038.gyuhij (mgr.14180) 987 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:25.311610+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:28:27.319 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:27.319 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:28.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:28.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:27.235430+0000 mgr.smithi038.gyuhij (mgr.14180) 988 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:28.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:27.315947+0000 mgr.smithi038.gyuhij (mgr.14180) 989 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:27.235430+0000 mgr.smithi038.gyuhij (mgr.14180) 988 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:27.315947+0000 mgr.smithi038.gyuhij (mgr.14180) 989 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:29.118 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:30.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:29.235892+0000 mgr.smithi038.gyuhij (mgr.14180) 990 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T04:28:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:29.235892+0000 mgr.smithi038.gyuhij (mgr.14180) 990 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T04:28:31.344 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:31.344 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:32.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:31.236393+0000 mgr.smithi038.gyuhij (mgr.14180) 991 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:32.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:31.340653+0000 mgr.smithi038.gyuhij (mgr.14180) 992 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:32.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:31.236393+0000 mgr.smithi038.gyuhij (mgr.14180) 991 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:28:32.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:31.340653+0000 mgr.smithi038.gyuhij (mgr.14180) 992 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:33.151 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:33.236794+0000 mgr.smithi038.gyuhij (mgr.14180) 993 : 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-13T04:28:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:33.236794+0000 mgr.smithi038.gyuhij (mgr.14180) 993 : 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-13T04:28:35.394 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:35.395 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:36.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:35.237475+0000 mgr.smithi038.gyuhij (mgr.14180) 994 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:36.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:35.391488+0000 mgr.smithi038.gyuhij (mgr.14180) 995 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:35.237475+0000 mgr.smithi038.gyuhij (mgr.14180) 994 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:35.391488+0000 mgr.smithi038.gyuhij (mgr.14180) 995 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:37.117 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:38.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:37.237904+0000 mgr.smithi038.gyuhij (mgr.14180) 996 : 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-13T04:28:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:37.237904+0000 mgr.smithi038.gyuhij (mgr.14180) 996 : 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-13T04:28:39.349 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:39.349 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:40.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:40.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:39.238348+0000 mgr.smithi038.gyuhij (mgr.14180) 997 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:40.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:39.346005+0000 mgr.smithi038.gyuhij (mgr.14180) 998 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:39.238348+0000 mgr.smithi038.gyuhij (mgr.14180) 997 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:39.346005+0000 mgr.smithi038.gyuhij (mgr.14180) 998 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:41.096 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:42.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:41.238790+0000 mgr.smithi038.gyuhij (mgr.14180) 999 : 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-13T04:28:42.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:41.238790+0000 mgr.smithi038.gyuhij (mgr.14180) 999 : 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-13T04:28:43.477 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:43.477 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:44.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:44.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:43.239157+0000 mgr.smithi038.gyuhij (mgr.14180) 1000 : 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-13T04:28:44.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:43.473984+0000 mgr.smithi038.gyuhij (mgr.14180) 1001 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:43.239157+0000 mgr.smithi038.gyuhij (mgr.14180) 1000 : 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-13T04:28:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:43.473984+0000 mgr.smithi038.gyuhij (mgr.14180) 1001 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:45.259 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:45.240028+0000 mgr.smithi038.gyuhij (mgr.14180) 1002 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:45.240028+0000 mgr.smithi038.gyuhij (mgr.14180) 1002 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:47.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:47.465 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:48.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:47.240485+0000 mgr.smithi038.gyuhij (mgr.14180) 1003 : 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-13T04:28:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:47.461743+0000 mgr.smithi038.gyuhij (mgr.14180) 1004 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:47.240485+0000 mgr.smithi038.gyuhij (mgr.14180) 1003 : 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-13T04:28:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:47.461743+0000 mgr.smithi038.gyuhij (mgr.14180) 1004 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:49.187 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:50.728 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:49.240975+0000 mgr.smithi038.gyuhij (mgr.14180) 1005 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:49.240975+0000 mgr.smithi038.gyuhij (mgr.14180) 1005 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:28:51.411 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:51.411 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:52.153 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:51.241412+0000 mgr.smithi038.gyuhij (mgr.14180) 1006 : 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-13T04:28:52.153 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:51.408018+0000 mgr.smithi038.gyuhij (mgr.14180) 1007 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:52.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:51.241412+0000 mgr.smithi038.gyuhij (mgr.14180) 1006 : 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-13T04:28:52.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:51.408018+0000 mgr.smithi038.gyuhij (mgr.14180) 1007 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:53.178 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:54.660 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:53.241768+0000 mgr.smithi038.gyuhij (mgr.14180) 1008 : 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-13T04:28:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:53.241768+0000 mgr.smithi038.gyuhij (mgr.14180) 1008 : 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-13T04:28:55.447 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:55.447 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:28:56.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:28:56.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:55.242279+0000 mgr.smithi038.gyuhij (mgr.14180) 1009 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:56.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:55.444141+0000 mgr.smithi038.gyuhij (mgr.14180) 1010 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:55.242279+0000 mgr.smithi038.gyuhij (mgr.14180) 1009 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:28:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:55.444141+0000 mgr.smithi038.gyuhij (mgr.14180) 1010 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:28:57.228 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:28:58.733 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:28:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:57.242757+0000 mgr.smithi038.gyuhij (mgr.14180) 1011 : 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-13T04:28:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:28:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:57.242757+0000 mgr.smithi038.gyuhij (mgr.14180) 1011 : 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-13T04:28:59.480 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:28:59.480 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:00.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:28:59.243219+0000 mgr.smithi038.gyuhij (mgr.14180) 1012 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:00.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:28:59.476461+0000 mgr.smithi038.gyuhij (mgr.14180) 1013 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:28:59.243219+0000 mgr.smithi038.gyuhij (mgr.14180) 1012 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:28:59.476461+0000 mgr.smithi038.gyuhij (mgr.14180) 1013 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:01.225 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:02.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:01.243713+0000 mgr.smithi038.gyuhij (mgr.14180) 1014 : 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-13T04:29:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:01.243713+0000 mgr.smithi038.gyuhij (mgr.14180) 1014 : 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-13T04:29:03.572 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:03.572 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:04.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:03.244210+0000 mgr.smithi038.gyuhij (mgr.14180) 1015 : 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-13T04:29:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:03.568313+0000 mgr.smithi038.gyuhij (mgr.14180) 1016 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:03.244210+0000 mgr.smithi038.gyuhij (mgr.14180) 1015 : 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-13T04:29:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:03.568313+0000 mgr.smithi038.gyuhij (mgr.14180) 1016 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:05.361 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:06.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:05.244963+0000 mgr.smithi038.gyuhij (mgr.14180) 1017 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:06.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:05.244963+0000 mgr.smithi038.gyuhij (mgr.14180) 1017 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:07.677 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:07.677 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:08.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:07.245618+0000 mgr.smithi038.gyuhij (mgr.14180) 1018 : 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-13T04:29:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:07.673651+0000 mgr.smithi038.gyuhij (mgr.14180) 1019 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:07.245618+0000 mgr.smithi038.gyuhij (mgr.14180) 1018 : 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-13T04:29:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:07.673651+0000 mgr.smithi038.gyuhij (mgr.14180) 1019 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:09.453 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:10.585 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:09.246358+0000 mgr.smithi038.gyuhij (mgr.14180) 1020 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:09.246358+0000 mgr.smithi038.gyuhij (mgr.14180) 1020 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:11.659 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:11.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:12.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:11.247015+0000 mgr.smithi038.gyuhij (mgr.14180) 1021 : 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-13T04:29:12.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:11.656030+0000 mgr.smithi038.gyuhij (mgr.14180) 1022 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:12.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:11.247015+0000 mgr.smithi038.gyuhij (mgr.14180) 1021 : 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-13T04:29:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:11.656030+0000 mgr.smithi038.gyuhij (mgr.14180) 1022 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:13.429 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:13.247537+0000 mgr.smithi038.gyuhij (mgr.14180) 1023 : 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-13T04:29:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:13.247537+0000 mgr.smithi038.gyuhij (mgr.14180) 1023 : 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-13T04:29:15.661 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:15.661 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:16.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:15.248066+0000 mgr.smithi038.gyuhij (mgr.14180) 1024 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:16.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:15.657864+0000 mgr.smithi038.gyuhij (mgr.14180) 1025 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:16.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:15.248066+0000 mgr.smithi038.gyuhij (mgr.14180) 1024 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:15.657864+0000 mgr.smithi038.gyuhij (mgr.14180) 1025 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:17.528 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:17.248773+0000 mgr.smithi038.gyuhij (mgr.14180) 1026 : 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-13T04:29:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:17.248773+0000 mgr.smithi038.gyuhij (mgr.14180) 1026 : 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-13T04:29:19.714 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:19.714 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:20.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:19.249683+0000 mgr.smithi038.gyuhij (mgr.14180) 1027 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:20.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:19.711366+0000 mgr.smithi038.gyuhij (mgr.14180) 1028 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:20.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:19.249683+0000 mgr.smithi038.gyuhij (mgr.14180) 1027 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:19.711366+0000 mgr.smithi038.gyuhij (mgr.14180) 1028 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:21.635 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:22.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:21.250397+0000 mgr.smithi038.gyuhij (mgr.14180) 1029 : 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-13T04:29:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:21.250397+0000 mgr.smithi038.gyuhij (mgr.14180) 1029 : 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-13T04:29:23.862 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:23.863 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:24.633 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:23.250872+0000 mgr.smithi038.gyuhij (mgr.14180) 1030 : 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-13T04:29:24.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:23.250872+0000 mgr.smithi038.gyuhij (mgr.14180) 1030 : 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-13T04:29:25.655 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:25.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:23.859205+0000 mgr.smithi038.gyuhij (mgr.14180) 1031 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:23.859205+0000 mgr.smithi038.gyuhij (mgr.14180) 1031 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:26.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:25.251602+0000 mgr.smithi038.gyuhij (mgr.14180) 1032 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:25.251602+0000 mgr.smithi038.gyuhij (mgr.14180) 1032 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:27.893 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:27.893 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:28.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:27.252199+0000 mgr.smithi038.gyuhij (mgr.14180) 1033 : 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-13T04:29:28.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:27.252199+0000 mgr.smithi038.gyuhij (mgr.14180) 1033 : 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-13T04:29:29.625 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:29.657 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:27.889907+0000 mgr.smithi038.gyuhij (mgr.14180) 1034 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:27.889907+0000 mgr.smithi038.gyuhij (mgr.14180) 1034 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:30.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:29.252804+0000 mgr.smithi038.gyuhij (mgr.14180) 1035 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:29.252804+0000 mgr.smithi038.gyuhij (mgr.14180) 1035 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:31.710 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:31.710 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:31.253350+0000 mgr.smithi038.gyuhij (mgr.14180) 1036 : 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-13T04:29:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:31.707404+0000 mgr.smithi038.gyuhij (mgr.14180) 1037 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:32.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:31.253350+0000 mgr.smithi038.gyuhij (mgr.14180) 1036 : 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-13T04:29:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:31.707404+0000 mgr.smithi038.gyuhij (mgr.14180) 1037 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:33.472 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:34.681 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:33.253946+0000 mgr.smithi038.gyuhij (mgr.14180) 1038 : 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-13T04:29:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:33.253946+0000 mgr.smithi038.gyuhij (mgr.14180) 1038 : 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-13T04:29:35.816 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:35.816 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:35.254729+0000 mgr.smithi038.gyuhij (mgr.14180) 1039 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:35.813123+0000 mgr.smithi038.gyuhij (mgr.14180) 1040 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:36.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:35.254729+0000 mgr.smithi038.gyuhij (mgr.14180) 1039 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:35.813123+0000 mgr.smithi038.gyuhij (mgr.14180) 1040 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:37.580 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:37.255419+0000 mgr.smithi038.gyuhij (mgr.14180) 1041 : 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-13T04:29:38.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:37.255419+0000 mgr.smithi038.gyuhij (mgr.14180) 1041 : 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-13T04:29:39.996 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:39.996 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:39.255943+0000 mgr.smithi038.gyuhij (mgr.14180) 1042 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:40.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:39.255943+0000 mgr.smithi038.gyuhij (mgr.14180) 1042 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:40.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:39.992826+0000 mgr.smithi038.gyuhij (mgr.14180) 1043 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:39.992826+0000 mgr.smithi038.gyuhij (mgr.14180) 1043 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:41.778 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:42.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:41.256697+0000 mgr.smithi038.gyuhij (mgr.14180) 1044 : 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-13T04:29:42.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:41.256697+0000 mgr.smithi038.gyuhij (mgr.14180) 1044 : 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-13T04:29:44.029 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:44.029 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:43.257134+0000 mgr.smithi038.gyuhij (mgr.14180) 1045 : 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-13T04:29:44.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:43.257134+0000 mgr.smithi038.gyuhij (mgr.14180) 1045 : 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-13T04:29:44.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:44.025726+0000 mgr.smithi038.gyuhij (mgr.14180) 1046 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:44.025726+0000 mgr.smithi038.gyuhij (mgr.14180) 1046 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:45.817 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:45.257770+0000 mgr.smithi038.gyuhij (mgr.14180) 1047 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:45.257770+0000 mgr.smithi038.gyuhij (mgr.14180) 1047 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:48.122 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:48.122 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:47.258396+0000 mgr.smithi038.gyuhij (mgr.14180) 1048 : 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-13T04:29:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:47.258396+0000 mgr.smithi038.gyuhij (mgr.14180) 1048 : 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-13T04:29:48.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:48.119189+0000 mgr.smithi038.gyuhij (mgr.14180) 1049 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:48.119189+0000 mgr.smithi038.gyuhij (mgr.14180) 1049 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:49.841 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:49.259084+0000 mgr.smithi038.gyuhij (mgr.14180) 1050 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:50.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:49.259084+0000 mgr.smithi038.gyuhij (mgr.14180) 1050 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:29:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:51.259620+0000 mgr.smithi038.gyuhij (mgr.14180) 1051 : 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-13T04:29:52.330 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:52.331 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:51.259620+0000 mgr.smithi038.gyuhij (mgr.14180) 1051 : 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-13T04:29:53.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:52.327662+0000 mgr.smithi038.gyuhij (mgr.14180) 1052 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:52.327662+0000 mgr.smithi038.gyuhij (mgr.14180) 1052 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:54.099 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:53.260168+0000 mgr.smithi038.gyuhij (mgr.14180) 1053 : 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-13T04:29:54.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:53.260168+0000 mgr.smithi038.gyuhij (mgr.14180) 1053 : 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-13T04:29:56.397 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:29:56.397 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:29:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:55.260760+0000 mgr.smithi038.gyuhij (mgr.14180) 1054 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:55.260760+0000 mgr.smithi038.gyuhij (mgr.14180) 1054 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:29:57.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:29:57.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:29:56.393731+0000 mgr.smithi038.gyuhij (mgr.14180) 1055 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:29:56.393731+0000 mgr.smithi038.gyuhij (mgr.14180) 1055 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:29:58.174 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:29:58.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:29:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:57.261440+0000 mgr.smithi038.gyuhij (mgr.14180) 1056 : 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-13T04:29:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:29:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:57.261440+0000 mgr.smithi038.gyuhij (mgr.14180) 1056 : 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-13T04:30:00.473 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:00.473 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:29:59.262153+0000 mgr.smithi038.gyuhij (mgr.14180) 1057 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:00.000146+0000 mon.smithi038 (mon.0) 755 : cluster [INF] overall HEALTH_OK 2024-02-13T04:30:00.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:29:59.262153+0000 mgr.smithi038.gyuhij (mgr.14180) 1057 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:00.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:00.000146+0000 mon.smithi038 (mon.0) 755 : cluster [INF] overall HEALTH_OK 2024-02-13T04:30:01.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:01.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:00.470379+0000 mgr.smithi038.gyuhij (mgr.14180) 1058 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:00.470379+0000 mgr.smithi038.gyuhij (mgr.14180) 1058 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:02.237 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:02.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:01.262606+0000 mgr.smithi038.gyuhij (mgr.14180) 1059 : 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-13T04:30:02.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:01.262606+0000 mgr.smithi038.gyuhij (mgr.14180) 1059 : 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-13T04:30:04.633 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:04.633 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:04.658 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:03.262975+0000 mgr.smithi038.gyuhij (mgr.14180) 1060 : 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-13T04:30:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:03.262975+0000 mgr.smithi038.gyuhij (mgr.14180) 1060 : 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-13T04:30:05.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:04.630085+0000 mgr.smithi038.gyuhij (mgr.14180) 1061 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:04.630085+0000 mgr.smithi038.gyuhij (mgr.14180) 1061 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:06.499 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:05.263810+0000 mgr.smithi038.gyuhij (mgr.14180) 1062 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:05.263810+0000 mgr.smithi038.gyuhij (mgr.14180) 1062 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:07.264409+0000 mgr.smithi038.gyuhij (mgr.14180) 1063 : 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-13T04:30:08.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:07.264409+0000 mgr.smithi038.gyuhij (mgr.14180) 1063 : 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-13T04:30:08.766 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:08.766 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:09.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:08.763111+0000 mgr.smithi038.gyuhij (mgr.14180) 1064 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:09.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:08.763111+0000 mgr.smithi038.gyuhij (mgr.14180) 1064 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:10.615 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:10.649 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:09.264885+0000 mgr.smithi038.gyuhij (mgr.14180) 1065 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:09.264885+0000 mgr.smithi038.gyuhij (mgr.14180) 1065 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:12.440 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:11.265544+0000 mgr.smithi038.gyuhij (mgr.14180) 1066 : 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-13T04:30:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:11.265544+0000 mgr.smithi038.gyuhij (mgr.14180) 1066 : 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-13T04:30:12.871 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:12.871 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:13.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:14.575 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:14.608 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:12.867908+0000 mgr.smithi038.gyuhij (mgr.14180) 1067 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:14.608 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:13.266148+0000 mgr.smithi038.gyuhij (mgr.14180) 1068 : 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-13T04:30:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:12.867908+0000 mgr.smithi038.gyuhij (mgr.14180) 1067 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:13.266148+0000 mgr.smithi038.gyuhij (mgr.14180) 1068 : 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-13T04:30:16.414 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:15.266659+0000 mgr.smithi038.gyuhij (mgr.14180) 1069 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:15.266659+0000 mgr.smithi038.gyuhij (mgr.14180) 1069 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:16.858 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:16.858 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:17.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:18.622 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:18.655 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:16.854479+0000 mgr.smithi038.gyuhij (mgr.14180) 1070 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:18.656 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:17.267098+0000 mgr.smithi038.gyuhij (mgr.14180) 1071 : 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-13T04:30:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:16.854479+0000 mgr.smithi038.gyuhij (mgr.14180) 1070 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:17.267098+0000 mgr.smithi038.gyuhij (mgr.14180) 1071 : 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-13T04:30:20.447 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:19.267733+0000 mgr.smithi038.gyuhij (mgr.14180) 1072 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:19.267733+0000 mgr.smithi038.gyuhij (mgr.14180) 1072 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:20.877 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:20.878 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:21.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:20.874400+0000 mgr.smithi038.gyuhij (mgr.14180) 1073 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:21.268320+0000 mgr.smithi038.gyuhij (mgr.14180) 1074 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:20.874400+0000 mgr.smithi038.gyuhij (mgr.14180) 1073 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:21.268320+0000 mgr.smithi038.gyuhij (mgr.14180) 1074 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:22.651 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:24.462 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:23.268757+0000 mgr.smithi038.gyuhij (mgr.14180) 1075 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:23.268757+0000 mgr.smithi038.gyuhij (mgr.14180) 1075 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:24.875 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:24.875 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:25.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:26.650 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:26.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:24.872306+0000 mgr.smithi038.gyuhij (mgr.14180) 1076 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:26.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:25.269410+0000 mgr.smithi038.gyuhij (mgr.14180) 1077 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:24.872306+0000 mgr.smithi038.gyuhij (mgr.14180) 1076 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:25.269410+0000 mgr.smithi038.gyuhij (mgr.14180) 1077 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:28.437 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:27.269849+0000 mgr.smithi038.gyuhij (mgr.14180) 1078 : 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-13T04:30:28.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:27.269849+0000 mgr.smithi038.gyuhij (mgr.14180) 1078 : 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-13T04:30:28.938 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:28.938 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:29.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:30.705 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:28.934310+0000 mgr.smithi038.gyuhij (mgr.14180) 1079 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:29.270417+0000 mgr.smithi038.gyuhij (mgr.14180) 1080 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:30.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:28.934310+0000 mgr.smithi038.gyuhij (mgr.14180) 1079 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:30.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:29.270417+0000 mgr.smithi038.gyuhij (mgr.14180) 1080 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:30:32.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:31.270884+0000 mgr.smithi038.gyuhij (mgr.14180) 1081 : 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-13T04:30:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:31.270884+0000 mgr.smithi038.gyuhij (mgr.14180) 1081 : 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-13T04:30:32.959 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:32.960 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:33.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:32.956201+0000 mgr.smithi038.gyuhij (mgr.14180) 1082 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:33.271433+0000 mgr.smithi038.gyuhij (mgr.14180) 1083 : 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-13T04:30:34.741 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:32.956201+0000 mgr.smithi038.gyuhij (mgr.14180) 1082 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:33.271433+0000 mgr.smithi038.gyuhij (mgr.14180) 1083 : 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-13T04:30:36.452 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:35.271898+0000 mgr.smithi038.gyuhij (mgr.14180) 1084 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:35.271898+0000 mgr.smithi038.gyuhij (mgr.14180) 1084 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:30:36.892 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:36.892 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:37.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:38.609 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:38.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:36.888982+0000 mgr.smithi038.gyuhij (mgr.14180) 1085 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:38.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:37.272316+0000 mgr.smithi038.gyuhij (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-13T04:30:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:36.888982+0000 mgr.smithi038.gyuhij (mgr.14180) 1085 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:37.272316+0000 mgr.smithi038.gyuhij (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-13T04:30:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:39.272771+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:30:40.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:39.272771+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:30:40.814 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:40.814 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:41.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:40.810726+0000 mgr.smithi038.gyuhij (mgr.14180) 1088 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:41.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:40.810726+0000 mgr.smithi038.gyuhij (mgr.14180) 1088 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:42.584 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:42.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:41.273219+0000 mgr.smithi038.gyuhij (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-13T04:30:42.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:41.273219+0000 mgr.smithi038.gyuhij (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-13T04:30:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:43.273648+0000 mgr.smithi038.gyuhij (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-13T04:30:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:43.273648+0000 mgr.smithi038.gyuhij (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-13T04:30:44.996 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:44.996 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:45.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:44.992732+0000 mgr.smithi038.gyuhij (mgr.14180) 1091 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:45.274361+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:30:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:44.992732+0000 mgr.smithi038.gyuhij (mgr.14180) 1091 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:45.274361+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:30:46.765 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:48.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:47.274752+0000 mgr.smithi038.gyuhij (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-13T04:30:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:47.274752+0000 mgr.smithi038.gyuhij (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-13T04:30:48.978 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:48.978 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:49.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:50.675 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:50.707 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:48.974862+0000 mgr.smithi038.gyuhij (mgr.14180) 1094 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:50.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:49.275433+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:30:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:48.974862+0000 mgr.smithi038.gyuhij (mgr.14180) 1094 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:49.275433+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:30:52.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:51.276088+0000 mgr.smithi038.gyuhij (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-13T04:30:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:51.276088+0000 mgr.smithi038.gyuhij (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-13T04:30:53.035 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:53.035 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:53.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:53.031657+0000 mgr.smithi038.gyuhij (mgr.14180) 1097 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:53.276457+0000 mgr.smithi038.gyuhij (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-13T04:30:54.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:53.031657+0000 mgr.smithi038.gyuhij (mgr.14180) 1097 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:54.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:53.276457+0000 mgr.smithi038.gyuhij (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-13T04:30:54.769 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:30:56.630 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:55.276920+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:30:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:55.276920+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:30:57.097 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:30:57.097 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:30:58.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:30:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:30:57.094252+0000 mgr.smithi038.gyuhij (mgr.14180) 1100 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:30:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:57.277565+0000 mgr.smithi038.gyuhij (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-13T04:30:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:30:57.094252+0000 mgr.smithi038.gyuhij (mgr.14180) 1100 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:30:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:30:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:57.277565+0000 mgr.smithi038.gyuhij (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-13T04:30:59.065 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:30:59.278092+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:31:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:30:59.278092+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:31:01.398 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:01.398 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:22:01.578108Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uypehc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:02.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:01.278640+0000 mgr.smithi038.gyuhij (mgr.14180) 1103 : 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-13T04:31:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:01.394985+0000 mgr.smithi038.gyuhij (mgr.14180) 1104 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:02.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:01.278640+0000 mgr.smithi038.gyuhij (mgr.14180) 1103 : 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-13T04:31:02.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:01.394985+0000 mgr.smithi038.gyuhij (mgr.14180) 1104 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:03.134 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:03.279019+0000 mgr.smithi038.gyuhij (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-13T04:31:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:03.279019+0000 mgr.smithi038.gyuhij (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-13T04:31:05.496 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:05.496 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:31:04.564545+0000 mgr.smithi038.gyuhij (mgr.14180) 1106 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:31:05.738 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:31:04.564848+0000 mgr.smithi038.gyuhij (mgr.14180) 1107 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:04.565263+0000 mon.smithi038 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.dcntzz"}]: dispatch 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:31:04.566007+0000 mgr.smithi038.gyuhij (mgr.14180) 1108 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.740 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.741 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:31:04.567716+0000 mgr.smithi038.gyuhij (mgr.14180) 1109 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.pnhixn on smithi038 2024-02-13T04:31:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:31:04.564545+0000 mgr.smithi038.gyuhij (mgr.14180) 1106 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:31:04.564848+0000 mgr.smithi038.gyuhij (mgr.14180) 1107 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:04.565263+0000 mon.smithi038 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.dcntzz"}]: dispatch 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:31:04.566007+0000 mgr.smithi038.gyuhij (mgr.14180) 1108 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.dcntzz ... 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:31:05.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:31:05.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:29:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:30:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:31:05.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:31:05.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:31:05.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:31:04.567716+0000 mgr.smithi038.gyuhij (mgr.14180) 1109 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.pnhixn on smithi038 2024-02-13T04:31:06.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:05.279480+0000 mgr.smithi038.gyuhij (mgr.14180) 1110 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:05.492728+0000 mgr.smithi038.gyuhij (mgr.14180) 1111 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:05.279480+0000 mgr.smithi038.gyuhij (mgr.14180) 1110 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:05.492728+0000 mgr.smithi038.gyuhij (mgr.14180) 1111 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:07.238 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:07.280026+0000 mgr.smithi038.gyuhij (mgr.14180) 1112 : 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-13T04:31:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:07.280026+0000 mgr.smithi038.gyuhij (mgr.14180) 1112 : 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-13T04:31:09.553 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:09.553 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:10.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:09.280536+0000 mgr.smithi038.gyuhij (mgr.14180) 1113 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:09.550017+0000 mgr.smithi038.gyuhij (mgr.14180) 1114 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:09.280536+0000 mgr.smithi038.gyuhij (mgr.14180) 1113 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:09.550017+0000 mgr.smithi038.gyuhij (mgr.14180) 1114 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:11.286 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:12.481 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:11.281150+0000 mgr.smithi038.gyuhij (mgr.14180) 1115 : 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-13T04:31:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:11.281150+0000 mgr.smithi038.gyuhij (mgr.14180) 1115 : 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-13T04:31:13.615 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:13.615 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:14.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:13.281534+0000 mgr.smithi038.gyuhij (mgr.14180) 1116 : 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-13T04:31:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:13.612001+0000 mgr.smithi038.gyuhij (mgr.14180) 1117 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:13.281534+0000 mgr.smithi038.gyuhij (mgr.14180) 1116 : 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-13T04:31:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:13.612001+0000 mgr.smithi038.gyuhij (mgr.14180) 1117 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:15.383 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:15.282124+0000 mgr.smithi038.gyuhij (mgr.14180) 1118 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:16.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:15.282124+0000 mgr.smithi038.gyuhij (mgr.14180) 1118 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:17.741 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:17.741 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:18.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:17.282555+0000 mgr.smithi038.gyuhij (mgr.14180) 1119 : 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-13T04:31:18.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:17.737918+0000 mgr.smithi038.gyuhij (mgr.14180) 1120 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:18.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:17.282555+0000 mgr.smithi038.gyuhij (mgr.14180) 1119 : 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-13T04:31:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:17.737918+0000 mgr.smithi038.gyuhij (mgr.14180) 1120 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:19.487 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:19.283149+0000 mgr.smithi038.gyuhij (mgr.14180) 1121 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:19.283149+0000 mgr.smithi038.gyuhij (mgr.14180) 1121 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:21.732 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:21.733 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:21.283702+0000 mgr.smithi038.gyuhij (mgr.14180) 1122 : 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-13T04:31:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:21.729403+0000 mgr.smithi038.gyuhij (mgr.14180) 1123 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:21.283702+0000 mgr.smithi038.gyuhij (mgr.14180) 1122 : 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-13T04:31:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:21.729403+0000 mgr.smithi038.gyuhij (mgr.14180) 1123 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:22.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:23.555 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:24.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:23.284299+0000 mgr.smithi038.gyuhij (mgr.14180) 1124 : 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-13T04:31:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:23.284299+0000 mgr.smithi038.gyuhij (mgr.14180) 1124 : 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-13T04:31:25.818 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:25.818 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:26.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:25.284809+0000 mgr.smithi038.gyuhij (mgr.14180) 1125 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:26.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:25.814796+0000 mgr.smithi038.gyuhij (mgr.14180) 1126 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:26.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:25.284809+0000 mgr.smithi038.gyuhij (mgr.14180) 1125 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:25.814796+0000 mgr.smithi038.gyuhij (mgr.14180) 1126 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:27.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:27.285449+0000 mgr.smithi038.gyuhij (mgr.14180) 1127 : 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-13T04:31:28.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:27.285449+0000 mgr.smithi038.gyuhij (mgr.14180) 1127 : 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-13T04:31:30.064 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:30.064 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:30.734 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:29.286107+0000 mgr.smithi038.gyuhij (mgr.14180) 1128 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:29.286107+0000 mgr.smithi038.gyuhij (mgr.14180) 1128 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:30.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:30.060709+0000 mgr.smithi038.gyuhij (mgr.14180) 1129 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:31.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:30.060709+0000 mgr.smithi038.gyuhij (mgr.14180) 1129 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:31.758 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:32.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:31.286916+0000 mgr.smithi038.gyuhij (mgr.14180) 1130 : 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-13T04:31:32.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:31.286916+0000 mgr.smithi038.gyuhij (mgr.14180) 1130 : 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-13T04:31:34.215 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:34.215 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:33.287393+0000 mgr.smithi038.gyuhij (mgr.14180) 1131 : 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-13T04:31:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:33.287393+0000 mgr.smithi038.gyuhij (mgr.14180) 1131 : 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-13T04:31:34.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:35.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:34.211815+0000 mgr.smithi038.gyuhij (mgr.14180) 1132 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:35.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:34.211815+0000 mgr.smithi038.gyuhij (mgr.14180) 1132 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:35.967 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:35.288007+0000 mgr.smithi038.gyuhij (mgr.14180) 1133 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:36.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:35.288007+0000 mgr.smithi038.gyuhij (mgr.14180) 1133 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:38.377 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:38.377 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:37.288535+0000 mgr.smithi038.gyuhij (mgr.14180) 1134 : 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-13T04:31:38.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:37.288535+0000 mgr.smithi038.gyuhij (mgr.14180) 1134 : 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-13T04:31:39.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:39.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:38.373994+0000 mgr.smithi038.gyuhij (mgr.14180) 1135 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:38.373994+0000 mgr.smithi038.gyuhij (mgr.14180) 1135 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:40.209 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:40.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:39.289093+0000 mgr.smithi038.gyuhij (mgr.14180) 1136 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:39.289093+0000 mgr.smithi038.gyuhij (mgr.14180) 1136 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:42.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:41.289504+0000 mgr.smithi038.gyuhij (mgr.14180) 1137 : 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-13T04:31:42.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:41.289504+0000 mgr.smithi038.gyuhij (mgr.14180) 1137 : 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-13T04:31:42.531 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:42.531 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:43.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:42.528441+0000 mgr.smithi038.gyuhij (mgr.14180) 1138 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:43.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:43.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:42.528441+0000 mgr.smithi038.gyuhij (mgr.14180) 1138 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:44.331 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:44.366 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:43.290060+0000 mgr.smithi038.gyuhij (mgr.14180) 1139 : 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-13T04:31:44.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:43.290060+0000 mgr.smithi038.gyuhij (mgr.14180) 1139 : 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-13T04:31:46.533 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:46.533 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:45.290723+0000 mgr.smithi038.gyuhij (mgr.14180) 1140 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:45.290723+0000 mgr.smithi038.gyuhij (mgr.14180) 1140 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:47.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:47.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:46.530030+0000 mgr.smithi038.gyuhij (mgr.14180) 1141 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:46.530030+0000 mgr.smithi038.gyuhij (mgr.14180) 1141 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:48.340 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:47.291355+0000 mgr.smithi038.gyuhij (mgr.14180) 1142 : 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-13T04:31:48.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:47.291355+0000 mgr.smithi038.gyuhij (mgr.14180) 1142 : 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-13T04:31:50.552 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:50.552 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:49.291975+0000 mgr.smithi038.gyuhij (mgr.14180) 1143 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:50.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:49.291975+0000 mgr.smithi038.gyuhij (mgr.14180) 1143 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:31:51.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:50.548428+0000 mgr.smithi038.gyuhij (mgr.14180) 1144 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:50.548428+0000 mgr.smithi038.gyuhij (mgr.14180) 1144 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:52.285 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:52.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:51.292515+0000 mgr.smithi038.gyuhij (mgr.14180) 1145 : 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-13T04:31:52.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:51.292515+0000 mgr.smithi038.gyuhij (mgr.14180) 1145 : 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-13T04:31:54.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:53.292875+0000 mgr.smithi038.gyuhij (mgr.14180) 1146 : 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-13T04:31:54.627 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:54.627 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:54.739 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:53.292875+0000 mgr.smithi038.gyuhij (mgr.14180) 1146 : 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-13T04:31:55.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:54.624351+0000 mgr.smithi038.gyuhij (mgr.14180) 1147 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:55.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:54.624351+0000 mgr.smithi038.gyuhij (mgr.14180) 1147 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:56.453 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:31:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:55.293381+0000 mgr.smithi038.gyuhij (mgr.14180) 1148 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:55.293381+0000 mgr.smithi038.gyuhij (mgr.14180) 1148 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:31:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:57.293768+0000 mgr.smithi038.gyuhij (mgr.14180) 1149 : 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-13T04:31:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:57.293768+0000 mgr.smithi038.gyuhij (mgr.14180) 1149 : 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-13T04:31:58.793 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:31:58.793 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:31:59.698 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:31:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:31:58.790051+0000 mgr.smithi038.gyuhij (mgr.14180) 1150 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:31:59.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:31:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:31:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:31:58.790051+0000 mgr.smithi038.gyuhij (mgr.14180) 1150 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:00.724 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:31:59.294179+0000 mgr.smithi038.gyuhij (mgr.14180) 1151 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:00.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:31:59.294179+0000 mgr.smithi038.gyuhij (mgr.14180) 1151 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:02.385 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:01.294577+0000 mgr.smithi038.gyuhij (mgr.14180) 1152 : 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-13T04:32:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:01.294577+0000 mgr.smithi038.gyuhij (mgr.14180) 1152 : 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-13T04:32:02.828 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:02.828 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:03.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:02.824772+0000 mgr.smithi038.gyuhij (mgr.14180) 1153 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:03.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:02.824772+0000 mgr.smithi038.gyuhij (mgr.14180) 1153 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:03.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:04.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:03.295181+0000 mgr.smithi038.gyuhij (mgr.14180) 1154 : 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-13T04:32:04.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:03.295181+0000 mgr.smithi038.gyuhij (mgr.14180) 1154 : 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-13T04:32:04.599 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:06.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:05.295747+0000 mgr.smithi038.gyuhij (mgr.14180) 1155 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:05.295747+0000 mgr.smithi038.gyuhij (mgr.14180) 1155 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:06.945 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:06.945 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:07.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:08.702 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:08.736 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:06.941533+0000 mgr.smithi038.gyuhij (mgr.14180) 1156 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:08.736 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:07.296367+0000 mgr.smithi038.gyuhij (mgr.14180) 1157 : 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-13T04:32:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:06.941533+0000 mgr.smithi038.gyuhij (mgr.14180) 1156 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:07.296367+0000 mgr.smithi038.gyuhij (mgr.14180) 1157 : 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-13T04:32:10.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:09.296777+0000 mgr.smithi038.gyuhij (mgr.14180) 1158 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:09.296777+0000 mgr.smithi038.gyuhij (mgr.14180) 1158 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:11.107 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:11.108 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:11.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:11.104376+0000 mgr.smithi038.gyuhij (mgr.14180) 1159 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:11.297214+0000 mgr.smithi038.gyuhij (mgr.14180) 1160 : 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-13T04:32:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:11.104376+0000 mgr.smithi038.gyuhij (mgr.14180) 1159 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:11.297214+0000 mgr.smithi038.gyuhij (mgr.14180) 1160 : 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-13T04:32:12.791 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:14.576 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:13.297722+0000 mgr.smithi038.gyuhij (mgr.14180) 1161 : 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-13T04:32:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:13.297722+0000 mgr.smithi038.gyuhij (mgr.14180) 1161 : 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-13T04:32:15.067 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:15.067 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:15.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:15.063833+0000 mgr.smithi038.gyuhij (mgr.14180) 1162 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:15.298204+0000 mgr.smithi038.gyuhij (mgr.14180) 1163 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:16.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:15.063833+0000 mgr.smithi038.gyuhij (mgr.14180) 1162 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:16.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:15.298204+0000 mgr.smithi038.gyuhij (mgr.14180) 1163 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:16.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:18.719 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:17.298693+0000 mgr.smithi038.gyuhij (mgr.14180) 1164 : 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-13T04:32:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:17.298693+0000 mgr.smithi038.gyuhij (mgr.14180) 1164 : 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-13T04:32:19.198 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:19.198 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:20.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:19.194614+0000 mgr.smithi038.gyuhij (mgr.14180) 1165 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:19.299107+0000 mgr.smithi038.gyuhij (mgr.14180) 1166 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:19.194614+0000 mgr.smithi038.gyuhij (mgr.14180) 1165 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:19.299107+0000 mgr.smithi038.gyuhij (mgr.14180) 1166 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:21.009 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:21.299576+0000 mgr.smithi038.gyuhij (mgr.14180) 1167 : 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-13T04:32:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:21.299576+0000 mgr.smithi038.gyuhij (mgr.14180) 1167 : 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-13T04:32:23.315 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:23.315 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:24.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:23.299910+0000 mgr.smithi038.gyuhij (mgr.14180) 1168 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:23.311791+0000 mgr.smithi038.gyuhij (mgr.14180) 1169 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:23.299910+0000 mgr.smithi038.gyuhij (mgr.14180) 1168 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:23.311791+0000 mgr.smithi038.gyuhij (mgr.14180) 1169 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:25.038 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:26.707 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:25.300382+0000 mgr.smithi038.gyuhij (mgr.14180) 1170 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:25.300382+0000 mgr.smithi038.gyuhij (mgr.14180) 1170 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:27.381 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:27.382 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:28.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:28.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:27.300850+0000 mgr.smithi038.gyuhij (mgr.14180) 1171 : 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-13T04:32:28.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:27.378228+0000 mgr.smithi038.gyuhij (mgr.14180) 1172 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:27.300850+0000 mgr.smithi038.gyuhij (mgr.14180) 1171 : 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-13T04:32:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:27.378228+0000 mgr.smithi038.gyuhij (mgr.14180) 1172 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:29.149 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:29.301329+0000 mgr.smithi038.gyuhij (mgr.14180) 1173 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:29.301329+0000 mgr.smithi038.gyuhij (mgr.14180) 1173 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:31.628 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:31.628 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:32.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:31.301807+0000 mgr.smithi038.gyuhij (mgr.14180) 1174 : 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-13T04:32:32.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:31.624698+0000 mgr.smithi038.gyuhij (mgr.14180) 1175 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:32.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:31.301807+0000 mgr.smithi038.gyuhij (mgr.14180) 1174 : 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-13T04:32:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:31.624698+0000 mgr.smithi038.gyuhij (mgr.14180) 1175 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:33.458 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:33.302305+0000 mgr.smithi038.gyuhij (mgr.14180) 1176 : 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-13T04:32:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:33.302305+0000 mgr.smithi038.gyuhij (mgr.14180) 1176 : 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-13T04:32:35.795 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:35.795 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:35.302843+0000 mgr.smithi038.gyuhij (mgr.14180) 1177 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:36.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:35.791890+0000 mgr.smithi038.gyuhij (mgr.14180) 1178 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:36.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:35.302843+0000 mgr.smithi038.gyuhij (mgr.14180) 1177 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:35.791890+0000 mgr.smithi038.gyuhij (mgr.14180) 1178 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:37.639 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:38.419 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:37.303368+0000 mgr.smithi038.gyuhij (mgr.14180) 1179 : 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-13T04:32:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:37.303368+0000 mgr.smithi038.gyuhij (mgr.14180) 1179 : 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-13T04:32:39.843 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:39.843 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:40.678 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:39.304042+0000 mgr.smithi038.gyuhij (mgr.14180) 1180 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:40.679 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:39.839277+0000 mgr.smithi038.gyuhij (mgr.14180) 1181 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:40.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:39.304042+0000 mgr.smithi038.gyuhij (mgr.14180) 1180 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:39.839277+0000 mgr.smithi038.gyuhij (mgr.14180) 1181 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:41.704 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:42.436 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:41.304554+0000 mgr.smithi038.gyuhij (mgr.14180) 1182 : 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-13T04:32:42.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:41.304554+0000 mgr.smithi038.gyuhij (mgr.14180) 1182 : 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-13T04:32:43.767 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:43.767 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:44.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:43.304939+0000 mgr.smithi038.gyuhij (mgr.14180) 1183 : 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-13T04:32:44.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:43.763954+0000 mgr.smithi038.gyuhij (mgr.14180) 1184 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:44.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:43.304939+0000 mgr.smithi038.gyuhij (mgr.14180) 1183 : 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-13T04:32:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:43.763954+0000 mgr.smithi038.gyuhij (mgr.14180) 1184 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:45.540 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:46.719 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:45.305702+0000 mgr.smithi038.gyuhij (mgr.14180) 1185 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:45.305702+0000 mgr.smithi038.gyuhij (mgr.14180) 1185 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:47.797 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:47.798 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:47.306158+0000 mgr.smithi038.gyuhij (mgr.14180) 1186 : 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-13T04:32:48.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:47.793946+0000 mgr.smithi038.gyuhij (mgr.14180) 1187 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:48.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:47.306158+0000 mgr.smithi038.gyuhij (mgr.14180) 1186 : 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-13T04:32:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:47.793946+0000 mgr.smithi038.gyuhij (mgr.14180) 1187 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:49.610 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:50.702 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:49.306826+0000 mgr.smithi038.gyuhij (mgr.14180) 1188 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:50.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:49.306826+0000 mgr.smithi038.gyuhij (mgr.14180) 1188 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:32:51.853 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:51.853 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:52.200 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:51.307358+0000 mgr.smithi038.gyuhij (mgr.14180) 1189 : 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-13T04:32:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:51.307358+0000 mgr.smithi038.gyuhij (mgr.14180) 1189 : 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-13T04:32:52.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:51.849628+0000 mgr.smithi038.gyuhij (mgr.14180) 1190 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:51.849628+0000 mgr.smithi038.gyuhij (mgr.14180) 1190 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:53.614 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:54.358 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:53.307785+0000 mgr.smithi038.gyuhij (mgr.14180) 1191 : 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-13T04:32:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:53.307785+0000 mgr.smithi038.gyuhij (mgr.14180) 1191 : 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-13T04:32:56.022 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:32:56.022 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:32:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:55.308336+0000 mgr.smithi038.gyuhij (mgr.14180) 1192 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:55.308336+0000 mgr.smithi038.gyuhij (mgr.14180) 1192 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:32:56.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:32:57.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:32:56.019126+0000 mgr.smithi038.gyuhij (mgr.14180) 1193 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:57.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:32:56.019126+0000 mgr.smithi038.gyuhij (mgr.14180) 1193 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:32:57.850 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:32:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:32:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:57.308834+0000 mgr.smithi038.gyuhij (mgr.14180) 1194 : 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-13T04:32:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:32:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:57.308834+0000 mgr.smithi038.gyuhij (mgr.14180) 1194 : 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-13T04:33:00.171 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:00.171 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:00.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:32:59.309607+0000 mgr.smithi038.gyuhij (mgr.14180) 1195 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:32:59.309607+0000 mgr.smithi038.gyuhij (mgr.14180) 1195 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:00.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:00.167807+0000 mgr.smithi038.gyuhij (mgr.14180) 1196 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:00.167807+0000 mgr.smithi038.gyuhij (mgr.14180) 1196 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:01.988 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:02.659 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:01.310148+0000 mgr.smithi038.gyuhij (mgr.14180) 1197 : 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-13T04:33:02.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:01.310148+0000 mgr.smithi038.gyuhij (mgr.14180) 1197 : 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-13T04:33:04.230 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:04.230 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:04.555 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:03.310659+0000 mgr.smithi038.gyuhij (mgr.14180) 1198 : 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-13T04:33:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:03.310659+0000 mgr.smithi038.gyuhij (mgr.14180) 1198 : 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-13T04:33:04.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:04.225767+0000 mgr.smithi038.gyuhij (mgr.14180) 1199 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:04.225767+0000 mgr.smithi038.gyuhij (mgr.14180) 1199 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:05.833 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:06.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:05.311246+0000 mgr.smithi038.gyuhij (mgr.14180) 1200 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:05.311246+0000 mgr.smithi038.gyuhij (mgr.14180) 1200 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:08.110 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:08.111 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:07.311738+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:07.311738+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:08.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:08.107148+0000 mgr.smithi038.gyuhij (mgr.14180) 1202 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:09.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:08.107148+0000 mgr.smithi038.gyuhij (mgr.14180) 1202 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:09.790 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:10.536 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:09.312510+0000 mgr.smithi038.gyuhij (mgr.14180) 1203 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:09.312510+0000 mgr.smithi038.gyuhij (mgr.14180) 1203 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:12.136 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:12.137 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:11.312915+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:11.312915+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:12.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:13.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:12.133348+0000 mgr.smithi038.gyuhij (mgr.14180) 1205 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:13.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:12.133348+0000 mgr.smithi038.gyuhij (mgr.14180) 1205 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:13.865 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:14.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:13.313342+0000 mgr.smithi038.gyuhij (mgr.14180) 1206 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:14.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:13.313342+0000 mgr.smithi038.gyuhij (mgr.14180) 1206 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:16.264 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:16.264 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:16.625 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:15.314001+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:15.314001+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:17.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:16.261046+0000 mgr.smithi038.gyuhij (mgr.14180) 1208 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:16.261046+0000 mgr.smithi038.gyuhij (mgr.14180) 1208 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:18.039 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:17.314585+0000 mgr.smithi038.gyuhij (mgr.14180) 1209 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:18.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:17.314585+0000 mgr.smithi038.gyuhij (mgr.14180) 1209 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:20.247 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:20.247 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:20.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:19.315299+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:33:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:19.315299+0000 mgr.smithi038.gyuhij (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; 170 B/s rd, 0 op/s 2024-02-13T04:33:21.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:20.243364+0000 mgr.smithi038.gyuhij (mgr.14180) 1211 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:21.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:20.243364+0000 mgr.smithi038.gyuhij (mgr.14180) 1211 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:22.064 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:21.315905+0000 mgr.smithi038.gyuhij (mgr.14180) 1212 : 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-13T04:33:22.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:21.315905+0000 mgr.smithi038.gyuhij (mgr.14180) 1212 : 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-13T04:33:24.317 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:24.317 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:24.656 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:23.316371+0000 mgr.smithi038.gyuhij (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-13T04:33:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:23.316371+0000 mgr.smithi038.gyuhij (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-13T04:33:25.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:24.313525+0000 mgr.smithi038.gyuhij (mgr.14180) 1214 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:24.313525+0000 mgr.smithi038.gyuhij (mgr.14180) 1214 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:26.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:26.660 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:25.317304+0000 mgr.smithi038.gyuhij (mgr.14180) 1215 : 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-13T04:33:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:25.317304+0000 mgr.smithi038.gyuhij (mgr.14180) 1215 : 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-13T04:33:28.175 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:28.176 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:28.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:27.317823+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:27.317823+0000 mgr.smithi038.gyuhij (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; 85 B/s rd, 0 op/s 2024-02-13T04:33:28.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:28.172476+0000 mgr.smithi038.gyuhij (mgr.14180) 1217 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:29.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:28.172476+0000 mgr.smithi038.gyuhij (mgr.14180) 1217 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:29.858 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:29.318431+0000 mgr.smithi038.gyuhij (mgr.14180) 1218 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:29.318431+0000 mgr.smithi038.gyuhij (mgr.14180) 1218 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:32.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:31.319007+0000 mgr.smithi038.gyuhij (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-13T04:33:32.431 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:32.431 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:24:41.272183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.olbagw on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-olbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.olbagw\nDeploy daemon haproxy.nfs.foo.smithi192.olbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:22:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:23: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-13T04:24:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.002776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dnbtez on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-dnbtez\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.dnbtez\nDeploy daemon haproxy.nfs.foo.smithi038.dnbtez ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:25: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-13T04:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:26: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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:27:11.003948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.zuifde on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:31.319007+0000 mgr.smithi038.gyuhij (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-13T04:33:33.168 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:32.427857+0000 mgr.smithi038.gyuhij (mgr.14180) 1220 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:33.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:33.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:32.427857+0000 mgr.smithi038.gyuhij (mgr.14180) 1220 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:34.193 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:34.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:33.319522+0000 mgr.smithi038.gyuhij (mgr.14180) 1221 : 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-13T04:33:34.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:33.319522+0000 mgr.smithi038.gyuhij (mgr.14180) 1221 : 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-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:33:34.305737+0000 mgr.smithi038.gyuhij (mgr.14180) 1222 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.253 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:33:35.254 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:33:34.305928+0000 mgr.smithi038.gyuhij (mgr.14180) 1223 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:34.306255+0000 mon.smithi038 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.pnhixn"}]: dispatch 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:33:34.306840+0000 mgr.smithi038.gyuhij (mgr.14180) 1224 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:33:34.308115+0000 mgr.smithi038.gyuhij (mgr.14180) 1225 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:33:34.309121+0000 mgr.smithi038.gyuhij (mgr.14180) 1226 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:33:35.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:34.309883+0000 mgr.smithi038.gyuhij (mgr.14180) 1227 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:33:34.305737+0000 mgr.smithi038.gyuhij (mgr.14180) 1222 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.488 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.489 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:33:34.305928+0000 mgr.smithi038.gyuhij (mgr.14180) 1223 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:34.306255+0000 mon.smithi038 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.pnhixn"}]: dispatch 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:33:34.306840+0000 mgr.smithi038.gyuhij (mgr.14180) 1224 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.490 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi038.pnhixn ... 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:31:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:32:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:33:34.308115+0000 mgr.smithi038.gyuhij (mgr.14180) 1225 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:33:34.309121+0000 mgr.smithi038.gyuhij (mgr.14180) 1226 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:33:35.491 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:34.309883+0000 mgr.smithi038.gyuhij (mgr.14180) 1227 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T04:33:36.459 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:36.459 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:36.484 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:35.097526+0000 mon.smithi038 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:33:36.484 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:35.782292+0000 mon.smithi038 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:33:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:35.097526+0000 mon.smithi038 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:33:36.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:35.782292+0000 mon.smithi038 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:33:37.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:37.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:36.310413+0000 mgr.smithi038.gyuhij (mgr.14180) 1228 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T04:33:37.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:36.456118+0000 mgr.smithi038.gyuhij (mgr.14180) 1229 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:37.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:36.310413+0000 mgr.smithi038.gyuhij (mgr.14180) 1228 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T04:33:37.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:36.456118+0000 mgr.smithi038.gyuhij (mgr.14180) 1229 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:38.184 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:39.642 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:38.310878+0000 mgr.smithi038.gyuhij (mgr.14180) 1230 : cluster [DBG] pgmap v836: 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-13T04:33:39.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:38.310878+0000 mgr.smithi038.gyuhij (mgr.14180) 1230 : cluster [DBG] pgmap v836: 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-13T04:33:40.415 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:40.415 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:41.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:40.311457+0000 mgr.smithi038.gyuhij (mgr.14180) 1231 : cluster [DBG] pgmap v837: 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-13T04:33:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:40.317573+0000 mon.smithi038 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:33:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:40.411396+0000 mgr.smithi038.gyuhij (mgr.14180) 1232 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:40.311457+0000 mgr.smithi038.gyuhij (mgr.14180) 1231 : cluster [DBG] pgmap v837: 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-13T04:33:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:40.317573+0000 mon.smithi038 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:33:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:40.411396+0000 mgr.smithi038.gyuhij (mgr.14180) 1232 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:42.073 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:43.631 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:42.311956+0000 mgr.smithi038.gyuhij (mgr.14180) 1233 : cluster [DBG] pgmap v838: 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-13T04:33:43.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:42.311956+0000 mgr.smithi038.gyuhij (mgr.14180) 1233 : cluster [DBG] pgmap v838: 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-13T04:33:44.342 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:44.342 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:45.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:44.312492+0000 mgr.smithi038.gyuhij (mgr.14180) 1234 : cluster [DBG] pgmap v839: 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-13T04:33:45.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:44.339204+0000 mgr.smithi038.gyuhij (mgr.14180) 1235 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:44.312492+0000 mgr.smithi038.gyuhij (mgr.14180) 1234 : cluster [DBG] pgmap v839: 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-13T04:33:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:44.339204+0000 mgr.smithi038.gyuhij (mgr.14180) 1235 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:46.066 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:47.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:46.313081+0000 mgr.smithi038.gyuhij (mgr.14180) 1236 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:47.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:46.313081+0000 mgr.smithi038.gyuhij (mgr.14180) 1236 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:48.390 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:48.390 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:49.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:48.313652+0000 mgr.smithi038.gyuhij (mgr.14180) 1237 : 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-13T04:33:49.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:48.386864+0000 mgr.smithi038.gyuhij (mgr.14180) 1238 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:48.313652+0000 mgr.smithi038.gyuhij (mgr.14180) 1237 : 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-13T04:33:49.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:48.386864+0000 mgr.smithi038.gyuhij (mgr.14180) 1238 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:50.074 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:51.685 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:50.314380+0000 mgr.smithi038.gyuhij (mgr.14180) 1239 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:51.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:50.314380+0000 mgr.smithi038.gyuhij (mgr.14180) 1239 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:33:52.402 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:52.402 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:53.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:52.314937+0000 mgr.smithi038.gyuhij (mgr.14180) 1240 : 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-13T04:33:53.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:52.398766+0000 mgr.smithi038.gyuhij (mgr.14180) 1241 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:53.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:52.314937+0000 mgr.smithi038.gyuhij (mgr.14180) 1240 : 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-13T04:33:53.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:52.398766+0000 mgr.smithi038.gyuhij (mgr.14180) 1241 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:54.133 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:55.708 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:54.315750+0000 mgr.smithi038.gyuhij (mgr.14180) 1242 : 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-13T04:33:55.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:54.315750+0000 mgr.smithi038.gyuhij (mgr.14180) 1242 : 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-13T04:33:56.502 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:33:56.502 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:33:57.248 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:56.316312+0000 mgr.smithi038.gyuhij (mgr.14180) 1243 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:57.248 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:57 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:33:56.498779+0000 mgr.smithi038.gyuhij (mgr.14180) 1244 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:57.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:33:57.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:56.316312+0000 mgr.smithi038.gyuhij (mgr.14180) 1243 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:33:57.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:57 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:33:56.498779+0000 mgr.smithi038.gyuhij (mgr.14180) 1244 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:33:58.271 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:33:59.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:33:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:33:58.316822+0000 mgr.smithi038.gyuhij (mgr.14180) 1245 : 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-13T04:33:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:33:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:33:58.316822+0000 mgr.smithi038.gyuhij (mgr.14180) 1245 : 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-13T04:34:00.664 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:00.664 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:01.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:00.317628+0000 mgr.smithi038.gyuhij (mgr.14180) 1246 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:01.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:01 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:00.661292+0000 mgr.smithi038.gyuhij (mgr.14180) 1247 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:00.317628+0000 mgr.smithi038.gyuhij (mgr.14180) 1246 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:01.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:01 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:00.661292+0000 mgr.smithi038.gyuhij (mgr.14180) 1247 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:02.378 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:03.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:02.318390+0000 mgr.smithi038.gyuhij (mgr.14180) 1248 : 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-13T04:34:03.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:02.318390+0000 mgr.smithi038.gyuhij (mgr.14180) 1248 : 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-13T04:34:04.666 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:04.667 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:05.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:04.319108+0000 mgr.smithi038.gyuhij (mgr.14180) 1249 : 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-13T04:34:05.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:05 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:04.663339+0000 mgr.smithi038.gyuhij (mgr.14180) 1250 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:04.319108+0000 mgr.smithi038.gyuhij (mgr.14180) 1249 : 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-13T04:34:05.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:05 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:04.663339+0000 mgr.smithi038.gyuhij (mgr.14180) 1250 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:06.423 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:07.210 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:06.319957+0000 mgr.smithi038.gyuhij (mgr.14180) 1251 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:07.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:06.319957+0000 mgr.smithi038.gyuhij (mgr.14180) 1251 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:08.844 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:08.844 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:09.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:08.320634+0000 mgr.smithi038.gyuhij (mgr.14180) 1252 : 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-13T04:34:09.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:09 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:08.841141+0000 mgr.smithi038.gyuhij (mgr.14180) 1253 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:09.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:08.320634+0000 mgr.smithi038.gyuhij (mgr.14180) 1252 : 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-13T04:34:09.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:09 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:08.841141+0000 mgr.smithi038.gyuhij (mgr.14180) 1253 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:10.583 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:11.718 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:10.323929+0000 mgr.smithi038.gyuhij (mgr.14180) 1254 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:11.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:10.323929+0000 mgr.smithi038.gyuhij (mgr.14180) 1254 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:12.907 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:12.907 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:13.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:12.324627+0000 mgr.smithi038.gyuhij (mgr.14180) 1255 : 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-13T04:34:13.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:13.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:12.324627+0000 mgr.smithi038.gyuhij (mgr.14180) 1255 : 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-13T04:34:14.641 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:14.675 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:12.903807+0000 mgr.smithi038.gyuhij (mgr.14180) 1256 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:12.903807+0000 mgr.smithi038.gyuhij (mgr.14180) 1256 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:15.501 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:14.325375+0000 mgr.smithi038.gyuhij (mgr.14180) 1257 : 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-13T04:34:15.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:14.325375+0000 mgr.smithi038.gyuhij (mgr.14180) 1257 : 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-13T04:34:16.945 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:16.945 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:17.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:16.326043+0000 mgr.smithi038.gyuhij (mgr.14180) 1258 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:17.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:16.326043+0000 mgr.smithi038.gyuhij (mgr.14180) 1258 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:17.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:18.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:16.941668+0000 mgr.smithi038.gyuhij (mgr.14180) 1259 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:18.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:16.941668+0000 mgr.smithi038.gyuhij (mgr.14180) 1259 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:18.644 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:19.237 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:18.326618+0000 mgr.smithi038.gyuhij (mgr.14180) 1260 : 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-13T04:34:19.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:18.326618+0000 mgr.smithi038.gyuhij (mgr.14180) 1260 : 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-13T04:34:20.909 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:20.909 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:21.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:20.327317+0000 mgr.smithi038.gyuhij (mgr.14180) 1261 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:21.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:20.327317+0000 mgr.smithi038.gyuhij (mgr.14180) 1261 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:22.565 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:20.906128+0000 mgr.smithi038.gyuhij (mgr.14180) 1262 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:22.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:20.906128+0000 mgr.smithi038.gyuhij (mgr.14180) 1262 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:23.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:22.328162+0000 mgr.smithi038.gyuhij (mgr.14180) 1263 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:23.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:22.328162+0000 mgr.smithi038.gyuhij (mgr.14180) 1263 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:24.944 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:24.944 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:25.650 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:24.328800+0000 mgr.smithi038.gyuhij (mgr.14180) 1264 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:25.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:25.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:24.328800+0000 mgr.smithi038.gyuhij (mgr.14180) 1264 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:26.673 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:26.707 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:24.940814+0000 mgr.smithi038.gyuhij (mgr.14180) 1265 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:24.940814+0000 mgr.smithi038.gyuhij (mgr.14180) 1265 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:27.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:26.329538+0000 mgr.smithi038.gyuhij (mgr.14180) 1266 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:27.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:26.329538+0000 mgr.smithi038.gyuhij (mgr.14180) 1266 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:29.029 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:29.029 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:29.707 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:28.330109+0000 mgr.smithi038.gyuhij (mgr.14180) 1267 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:29.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:29.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:28.330109+0000 mgr.smithi038.gyuhij (mgr.14180) 1267 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:30.732 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:29.026150+0000 mgr.smithi038.gyuhij (mgr.14180) 1268 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:29.026150+0000 mgr.smithi038.gyuhij (mgr.14180) 1268 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:31.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:31 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:30.330915+0000 mgr.smithi038.gyuhij (mgr.14180) 1269 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:31.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:31 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:30.330915+0000 mgr.smithi038.gyuhij (mgr.14180) 1269 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:32.963 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:32.964 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:13.001271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:13.001864Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:13.001408Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:13.001481Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:13.001548Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:13.001611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:33.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:32.331766+0000 mgr.smithi038.gyuhij (mgr.14180) 1270 : 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-13T04:34:33.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:32.331766+0000 mgr.smithi038.gyuhij (mgr.14180) 1270 : 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-13T04:34:33.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:32.960342+0000 mgr.smithi038.gyuhij (mgr.14180) 1271 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:34.311683+0000 mon.smithi038 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:34:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:32.960342+0000 mgr.smithi038.gyuhij (mgr.14180) 1271 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:34.311683+0000 mon.smithi038 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:34:34.878 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:34.332436+0000 mgr.smithi038.gyuhij (mgr.14180) 1272 : 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-13T04:34:35.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:35 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:34.560964+0000 mon.smithi038 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:36.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:34.332436+0000 mgr.smithi038.gyuhij (mgr.14180) 1272 : 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-13T04:34:36.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:35 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:34.560964+0000 mon.smithi038 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:37.941 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:37.941 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:20.899010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:20.899613Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:20.898849Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:20.898688Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:20.899157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:20.899325Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:37.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:36.333057+0000 mgr.smithi038.gyuhij (mgr.14180) 1273 : 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-13T04:34:37.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:36.668425+0000 mon.smithi038 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:36.333057+0000 mgr.smithi038.gyuhij (mgr.14180) 1273 : 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-13T04:34:37.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:36.668425+0000 mon.smithi038 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:39.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:37.937838+0000 mgr.smithi038.gyuhij (mgr.14180) 1274 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:38.333667+0000 mgr.smithi038.gyuhij (mgr.14180) 1275 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:37.937838+0000 mgr.smithi038.gyuhij (mgr.14180) 1274 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:38.333667+0000 mgr.smithi038.gyuhij (mgr.14180) 1275 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:40.132 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:41.929 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:40.334469+0000 mgr.smithi038.gyuhij (mgr.14180) 1276 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:41.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:40.334469+0000 mgr.smithi038.gyuhij (mgr.14180) 1276 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:34:42.889 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:42.889 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:28:20.898933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:28:20.899010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:28:20.899084Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:28:20.899613Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:28:20.898849Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:28:20.898688Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:28:20.899686Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:28:20.899157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:28:20.899325Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:28:20.899228Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:43.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:42.335033+0000 mgr.smithi038.gyuhij (mgr.14180) 1277 : 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-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.084561+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.372665+0000 mon.smithi038 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.373374+0000 mon.smithi038 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.381479+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.385165+0000 mon.smithi038 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:34:43.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:43 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:43.395933+0000 mon.smithi038 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:43.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:42.335033+0000 mgr.smithi038.gyuhij (mgr.14180) 1277 : 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-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.084561+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.372665+0000 mon.smithi038 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.373374+0000 mon.smithi038 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.381479+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.385165+0000 mon.smithi038 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:34:43.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:43 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:43.395933+0000 mon.smithi038 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:44.889 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:44.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:42.885715+0000 mgr.smithi038.gyuhij (mgr.14180) 1278 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:44.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:43.381915+0000 mgr.smithi038.gyuhij (mgr.14180) 1279 : cluster [DBG] pgmap v869: 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-13T04:34:44.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:34:43.397847+0000 mgr.smithi038.gyuhij (mgr.14180) 1280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.gdynki on smithi192 2024-02-13T04:34:44.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:44.379860+0000 mon.smithi038 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:34:44.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:44.379915+0000 mon.smithi038 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-02-13T04:34:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:42.885715+0000 mgr.smithi038.gyuhij (mgr.14180) 1278 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:43.381915+0000 mgr.smithi038.gyuhij (mgr.14180) 1279 : cluster [DBG] pgmap v869: 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-13T04:34:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:34:43.397847+0000 mgr.smithi038.gyuhij (mgr.14180) 1280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi192.gdynki on smithi192 2024-02-13T04:34:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:44.379860+0000 mon.smithi038 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:34:45.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:44.379915+0000 mon.smithi038 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-02-13T04:34:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:45.382353+0000 mgr.smithi038.gyuhij (mgr.14180) 1281 : cluster [DBG] pgmap v870: 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-13T04:34:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:45.382353+0000 mgr.smithi038.gyuhij (mgr.14180) 1281 : cluster [DBG] pgmap v870: 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-13T04:34:47.201 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:47.201 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:47.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:48.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:47.197949+0000 mgr.smithi038.gyuhij (mgr.14180) 1282 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:48.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:47.382758+0000 mgr.smithi038.gyuhij (mgr.14180) 1283 : cluster [DBG] pgmap v871: 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-13T04:34:49.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:47.197949+0000 mgr.smithi038.gyuhij (mgr.14180) 1282 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:49.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:47.382758+0000 mgr.smithi038.gyuhij (mgr.14180) 1283 : cluster [DBG] pgmap v871: 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-13T04:34:50.789 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:49.383219+0000 mgr.smithi038.gyuhij (mgr.14180) 1284 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-02-13T04:34:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:49.383219+0000 mgr.smithi038.gyuhij (mgr.14180) 1284 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-02-13T04:34:51.197 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:51.197 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:51.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:51.194123+0000 mgr.smithi038.gyuhij (mgr.14180) 1285 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:51.383678+0000 mgr.smithi038.gyuhij (mgr.14180) 1286 : cluster [DBG] pgmap v873: 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-13T04:34:52.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:51.194123+0000 mgr.smithi038.gyuhij (mgr.14180) 1285 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:52.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:51.383678+0000 mgr.smithi038.gyuhij (mgr.14180) 1286 : cluster [DBG] pgmap v873: 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-13T04:34:52.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:54.702 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:53.384091+0000 mgr.smithi038.gyuhij (mgr.14180) 1287 : cluster [DBG] pgmap v874: 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-13T04:34:54.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:53.384091+0000 mgr.smithi038.gyuhij (mgr.14180) 1287 : cluster [DBG] pgmap v874: 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-13T04:34:55.140 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:55.140 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:55.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:34:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:55.137510+0000 mgr.smithi038.gyuhij (mgr.14180) 1288 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:55.319570+0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:55.384601+0000 mgr.smithi038.gyuhij (mgr.14180) 1289 : 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-13T04:34:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:55.137510+0000 mgr.smithi038.gyuhij (mgr.14180) 1288 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:34:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:55.319570+0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' 2024-02-13T04:34:56.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:55.384601+0000 mgr.smithi038.gyuhij (mgr.14180) 1289 : 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-13T04:34:56.807 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:34:58.616 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:34:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:57.385208+0000 mgr.smithi038.gyuhij (mgr.14180) 1290 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:34:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:57.385208+0000 mgr.smithi038.gyuhij (mgr.14180) 1290 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:34:59.059 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:34:59.059 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:34:59.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:34:59.055979+0000 mgr.smithi038.gyuhij (mgr.14180) 1291 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:34:59.385651+0000 mgr.smithi038.gyuhij (mgr.14180) 1292 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:00.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:34:59.055979+0000 mgr.smithi038.gyuhij (mgr.14180) 1291 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:00.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:34:59.385651+0000 mgr.smithi038.gyuhij (mgr.14180) 1292 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:00.774 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:02.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:01.386053+0000 mgr.smithi038.gyuhij (mgr.14180) 1293 : 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-13T04:35:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:01.386053+0000 mgr.smithi038.gyuhij (mgr.14180) 1293 : 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-13T04:35:03.072 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:03.072 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:03.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:03.069342+0000 mgr.smithi038.gyuhij (mgr.14180) 1294 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:03.386513+0000 mgr.smithi038.gyuhij (mgr.14180) 1295 : 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-13T04:35:04.743 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:03.069342+0000 mgr.smithi038.gyuhij (mgr.14180) 1294 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:04.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:03.386513+0000 mgr.smithi038.gyuhij (mgr.14180) 1295 : 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-13T04:35:06.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:05.386942+0000 mgr.smithi038.gyuhij (mgr.14180) 1296 : 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-13T04:35:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:05.386942+0000 mgr.smithi038.gyuhij (mgr.14180) 1296 : 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-13T04:35:07.137 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:07.137 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:07.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:07.133755+0000 mgr.smithi038.gyuhij (mgr.14180) 1297 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:07.387329+0000 mgr.smithi038.gyuhij (mgr.14180) 1298 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:07.133755+0000 mgr.smithi038.gyuhij (mgr.14180) 1297 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:07.387329+0000 mgr.smithi038.gyuhij (mgr.14180) 1298 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:08.936 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:10.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:09.387783+0000 mgr.smithi038.gyuhij (mgr.14180) 1299 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:09.387783+0000 mgr.smithi038.gyuhij (mgr.14180) 1299 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:11.337 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:11.337 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:12.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:11.333768+0000 mgr.smithi038.gyuhij (mgr.14180) 1300 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:11.388260+0000 mgr.smithi038.gyuhij (mgr.14180) 1301 : 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-13T04:35:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:11.333768+0000 mgr.smithi038.gyuhij (mgr.14180) 1300 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:12.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:11.388260+0000 mgr.smithi038.gyuhij (mgr.14180) 1301 : 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-13T04:35:13.177 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:14.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:13.388722+0000 mgr.smithi038.gyuhij (mgr.14180) 1302 : 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-13T04:35:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:13.388722+0000 mgr.smithi038.gyuhij (mgr.14180) 1302 : 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-13T04:35:16.111 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:16.112 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:15.389320+0000 mgr.smithi038.gyuhij (mgr.14180) 1303 : 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-13T04:35:16.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:15.389320+0000 mgr.smithi038.gyuhij (mgr.14180) 1303 : 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-13T04:35:16.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:17.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:17 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:16.108502+0000 mgr.smithi038.gyuhij (mgr.14180) 1304 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:17.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:17 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:16.108502+0000 mgr.smithi038.gyuhij (mgr.14180) 1304 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:17.900 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:17.389800+0000 mgr.smithi038.gyuhij (mgr.14180) 1305 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:17.389800+0000 mgr.smithi038.gyuhij (mgr.14180) 1305 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:20.142 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:20.143 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:20.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:19.390519+0000 mgr.smithi038.gyuhij (mgr.14180) 1306 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:19.390519+0000 mgr.smithi038.gyuhij (mgr.14180) 1306 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:20.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:21.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:21 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:20.139461+0000 mgr.smithi038.gyuhij (mgr.14180) 1307 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:21.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:21 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:20.139461+0000 mgr.smithi038.gyuhij (mgr.14180) 1307 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:21.923 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:22.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:21.391070+0000 mgr.smithi038.gyuhij (mgr.14180) 1308 : 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-13T04:35:22.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:21.391070+0000 mgr.smithi038.gyuhij (mgr.14180) 1308 : 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-13T04:35:24.101 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:24.101 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:23.391615+0000 mgr.smithi038.gyuhij (mgr.14180) 1309 : 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-13T04:35:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:23.391615+0000 mgr.smithi038.gyuhij (mgr.14180) 1309 : 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-13T04:35:24.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:25 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:24.097649+0000 mgr.smithi038.gyuhij (mgr.14180) 1310 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:25.896 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:25.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:25 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:24.097649+0000 mgr.smithi038.gyuhij (mgr.14180) 1310 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:25.392379+0000 mgr.smithi038.gyuhij (mgr.14180) 1311 : 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-13T04:35:26.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:25.392379+0000 mgr.smithi038.gyuhij (mgr.14180) 1311 : 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-13T04:35:28.181 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:28.181 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:28.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:27.392995+0000 mgr.smithi038.gyuhij (mgr.14180) 1312 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:28.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:27.392995+0000 mgr.smithi038.gyuhij (mgr.14180) 1312 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:29.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:29 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:28.177798+0000 mgr.smithi038.gyuhij (mgr.14180) 1313 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:29 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:28.177798+0000 mgr.smithi038.gyuhij (mgr.14180) 1313 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:30.047 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:29.393560+0000 mgr.smithi038.gyuhij (mgr.14180) 1314 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:31.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:29.393560+0000 mgr.smithi038.gyuhij (mgr.14180) 1314 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:32.284 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:32.284 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:31.394053+0000 mgr.smithi038.gyuhij (mgr.14180) 1315 : 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-13T04:35:32.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:31.394053+0000 mgr.smithi038.gyuhij (mgr.14180) 1315 : 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-13T04:35:32.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:33.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:33 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:32.280728+0000 mgr.smithi038.gyuhij (mgr.14180) 1316 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:33.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:33 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:32.280728+0000 mgr.smithi038.gyuhij (mgr.14180) 1316 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:33.983 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:34.455 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:33.394545+0000 mgr.smithi038.gyuhij (mgr.14180) 1317 : 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-13T04:35:34.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:33.394545+0000 mgr.smithi038.gyuhij (mgr.14180) 1317 : 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-13T04:35:36.337 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:36.337 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:36.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:35.395013+0000 mgr.smithi038.gyuhij (mgr.14180) 1318 : 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-13T04:35:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:35.395013+0000 mgr.smithi038.gyuhij (mgr.14180) 1318 : 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-13T04:35:37.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:37.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:37 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:36.333358+0000 mgr.smithi038.gyuhij (mgr.14180) 1319 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:37.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:37 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:36.333358+0000 mgr.smithi038.gyuhij (mgr.14180) 1319 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:38.105 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:37.395540+0000 mgr.smithi038.gyuhij (mgr.14180) 1320 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:38.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:37.395540+0000 mgr.smithi038.gyuhij (mgr.14180) 1320 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:40.611 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:40.611 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:40.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:39.396144+0000 mgr.smithi038.gyuhij (mgr.14180) 1321 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:40.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:39.396144+0000 mgr.smithi038.gyuhij (mgr.14180) 1321 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:41.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:41.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:41 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:40.608001+0000 mgr.smithi038.gyuhij (mgr.14180) 1322 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:41.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:41 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:40.608001+0000 mgr.smithi038.gyuhij (mgr.14180) 1322 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:42.445 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:42.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:41.396648+0000 mgr.smithi038.gyuhij (mgr.14180) 1323 : 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-13T04:35:42.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:41.396648+0000 mgr.smithi038.gyuhij (mgr.14180) 1323 : 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-13T04:35:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:43.397089+0000 mgr.smithi038.gyuhij (mgr.14180) 1324 : 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-13T04:35:44.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:43.397089+0000 mgr.smithi038.gyuhij (mgr.14180) 1324 : 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-13T04:35:44.798 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:44.798 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:45.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:45.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:45 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:44.795329+0000 mgr.smithi038.gyuhij (mgr.14180) 1325 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:45.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:45 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:44.795329+0000 mgr.smithi038.gyuhij (mgr.14180) 1325 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:46.560 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:45.397748+0000 mgr.smithi038.gyuhij (mgr.14180) 1326 : 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-13T04:35:46.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:45.397748+0000 mgr.smithi038.gyuhij (mgr.14180) 1326 : 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-13T04:35:48.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:47.398432+0000 mgr.smithi038.gyuhij (mgr.14180) 1327 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:48.795 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:48.795 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:48.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:47.398432+0000 mgr.smithi038.gyuhij (mgr.14180) 1327 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:49.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:49.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:49 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:48.792255+0000 mgr.smithi038.gyuhij (mgr.14180) 1328 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:50.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:49 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:48.792255+0000 mgr.smithi038.gyuhij (mgr.14180) 1328 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:50.563 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:49.399152+0000 mgr.smithi038.gyuhij (mgr.14180) 1329 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:51.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:49.399152+0000 mgr.smithi038.gyuhij (mgr.14180) 1329 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:35:52.362 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:51.399577+0000 mgr.smithi038.gyuhij (mgr.14180) 1330 : 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-13T04:35:52.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:51.399577+0000 mgr.smithi038.gyuhij (mgr.14180) 1330 : 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-13T04:35:52.835 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:52.835 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:53.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:53 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:52.831469+0000 mgr.smithi038.gyuhij (mgr.14180) 1331 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:53.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:53 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:52.831469+0000 mgr.smithi038.gyuhij (mgr.14180) 1331 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:53.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:54.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:53.400001+0000 mgr.smithi038.gyuhij (mgr.14180) 1332 : 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-13T04:35:54.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:53.400001+0000 mgr.smithi038.gyuhij (mgr.14180) 1332 : 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-13T04:35:54.660 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:35:56.578 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:55.400393+0000 mgr.smithi038.gyuhij (mgr.14180) 1333 : 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-13T04:35:56.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:55.400393+0000 mgr.smithi038.gyuhij (mgr.14180) 1333 : 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-13T04:35:57.014 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:35:57.014 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:35:57.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:35:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:35:57.010711+0000 mgr.smithi038.gyuhij (mgr.14180) 1334 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:58.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:35:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:57.400767+0000 mgr.smithi038.gyuhij (mgr.14180) 1335 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:35:57.010711+0000 mgr.smithi038.gyuhij (mgr.14180) 1334 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:35:58.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:35:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:57.400767+0000 mgr.smithi038.gyuhij (mgr.14180) 1335 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:35:58.774 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:00.634 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:35:59.401275+0000 mgr.smithi038.gyuhij (mgr.14180) 1336 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:00.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:35:59.401275+0000 mgr.smithi038.gyuhij (mgr.14180) 1336 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:01.091 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:01.092 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:01.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:01.088703+0000 mgr.smithi038.gyuhij (mgr.14180) 1337 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:01.401673+0000 mgr.smithi038.gyuhij (mgr.14180) 1338 : 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-13T04:36:02.504 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:01.088703+0000 mgr.smithi038.gyuhij (mgr.14180) 1337 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:02.504 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:01.401673+0000 mgr.smithi038.gyuhij (mgr.14180) 1338 : 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-13T04:36:02.908 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:04.716 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:03.402351+0000 mgr.smithi038.gyuhij (mgr.14180) 1339 : 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-13T04:36:04.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:03.402351+0000 mgr.smithi038.gyuhij (mgr.14180) 1339 : 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-13T04:36:05.108 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:05.108 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:05.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:05.105147+0000 mgr.smithi038.gyuhij (mgr.14180) 1340 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:05.403035+0000 mgr.smithi038.gyuhij (mgr.14180) 1341 : 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-13T04:36:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:05.105147+0000 mgr.smithi038.gyuhij (mgr.14180) 1340 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:05.403035+0000 mgr.smithi038.gyuhij (mgr.14180) 1341 : 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-13T04:36:06.812 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:08.640 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:07.403568+0000 mgr.smithi038.gyuhij (mgr.14180) 1342 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:07.403568+0000 mgr.smithi038.gyuhij (mgr.14180) 1342 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:09.094 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:09.095 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:09.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:10.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:09.091472+0000 mgr.smithi038.gyuhij (mgr.14180) 1343 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:10.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:09.404056+0000 mgr.smithi038.gyuhij (mgr.14180) 1344 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:10.879 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:09.091472+0000 mgr.smithi038.gyuhij (mgr.14180) 1343 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:09.404056+0000 mgr.smithi038.gyuhij (mgr.14180) 1344 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:12.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:11.404526+0000 mgr.smithi038.gyuhij (mgr.14180) 1345 : 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-13T04:36:12.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:11.404526+0000 mgr.smithi038.gyuhij (mgr.14180) 1345 : 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-13T04:36:13.181 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:13.181 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:13.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:13.177885+0000 mgr.smithi038.gyuhij (mgr.14180) 1346 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:14.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:13.405072+0000 mgr.smithi038.gyuhij (mgr.14180) 1347 : 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-13T04:36:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:13.177885+0000 mgr.smithi038.gyuhij (mgr.14180) 1346 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:14.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:13.405072+0000 mgr.smithi038.gyuhij (mgr.14180) 1347 : 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-13T04:36:14.918 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:16.714 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:15.405550+0000 mgr.smithi038.gyuhij (mgr.14180) 1348 : 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-13T04:36:16.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:15.405550+0000 mgr.smithi038.gyuhij (mgr.14180) 1348 : 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-13T04:36:17.216 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:17.216 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:18.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:17.213233+0000 mgr.smithi038.gyuhij (mgr.14180) 1349 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:18.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:17.405957+0000 mgr.smithi038.gyuhij (mgr.14180) 1350 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:17.213233+0000 mgr.smithi038.gyuhij (mgr.14180) 1349 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:18.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:17.405957+0000 mgr.smithi038.gyuhij (mgr.14180) 1350 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:19.055 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:20.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:19.406395+0000 mgr.smithi038.gyuhij (mgr.14180) 1351 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:20.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:19.406395+0000 mgr.smithi038.gyuhij (mgr.14180) 1351 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:21.387 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:21.387 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:22.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:21.383910+0000 mgr.smithi038.gyuhij (mgr.14180) 1352 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:21.406813+0000 mgr.smithi038.gyuhij (mgr.14180) 1353 : 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-13T04:36:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:21.383910+0000 mgr.smithi038.gyuhij (mgr.14180) 1352 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:22.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:21.406813+0000 mgr.smithi038.gyuhij (mgr.14180) 1353 : 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-13T04:36:23.164 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:24.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:23.407213+0000 mgr.smithi038.gyuhij (mgr.14180) 1354 : 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-13T04:36:24.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:23.407213+0000 mgr.smithi038.gyuhij (mgr.14180) 1354 : 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-13T04:36:25.495 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:25.495 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:26.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:25.407661+0000 mgr.smithi038.gyuhij (mgr.14180) 1355 : 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-13T04:36:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:25.492059+0000 mgr.smithi038.gyuhij (mgr.14180) 1356 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:25.407661+0000 mgr.smithi038.gyuhij (mgr.14180) 1355 : 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-13T04:36:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:25.492059+0000 mgr.smithi038.gyuhij (mgr.14180) 1356 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:27.378 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:28.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:27.408107+0000 mgr.smithi038.gyuhij (mgr.14180) 1357 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:28.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:27.408107+0000 mgr.smithi038.gyuhij (mgr.14180) 1357 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:29.787 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:29.788 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:30.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:29.408895+0000 mgr.smithi038.gyuhij (mgr.14180) 1358 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:30.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:29.784444+0000 mgr.smithi038.gyuhij (mgr.14180) 1359 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:29.408895+0000 mgr.smithi038.gyuhij (mgr.14180) 1358 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:30.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:30 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:29.784444+0000 mgr.smithi038.gyuhij (mgr.14180) 1359 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:31.601 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:32.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:32 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:31.409443+0000 mgr.smithi038.gyuhij (mgr.14180) 1360 : 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-13T04:36:32.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:32 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:31.409443+0000 mgr.smithi038.gyuhij (mgr.14180) 1360 : 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-13T04:36:33.858 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:33.858 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:34.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:33.410066+0000 mgr.smithi038.gyuhij (mgr.14180) 1361 : 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-13T04:36:34.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:34 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:33.854766+0000 mgr.smithi038.gyuhij (mgr.14180) 1362 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:33.410066+0000 mgr.smithi038.gyuhij (mgr.14180) 1361 : 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-13T04:36:34.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:34 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:33.854766+0000 mgr.smithi038.gyuhij (mgr.14180) 1362 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:35.599 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:36.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:36 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:35.410664+0000 mgr.smithi038.gyuhij (mgr.14180) 1363 : 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-13T04:36:36.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:36 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:35.410664+0000 mgr.smithi038.gyuhij (mgr.14180) 1363 : 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-13T04:36:37.881 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:37.881 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:38.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:38.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:38 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:37.411151+0000 mgr.smithi038.gyuhij (mgr.14180) 1364 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:38.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:38 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:37.411151+0000 mgr.smithi038.gyuhij (mgr.14180) 1364 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:39.599 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:39.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:39 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:37.877853+0000 mgr.smithi038.gyuhij (mgr.14180) 1365 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:39.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:39 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:37.877853+0000 mgr.smithi038.gyuhij (mgr.14180) 1365 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:40.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:40 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:39.411836+0000 mgr.smithi038.gyuhij (mgr.14180) 1366 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:40.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:40 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:39.411836+0000 mgr.smithi038.gyuhij (mgr.14180) 1366 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:41.848 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:41.849 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:42.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:41.412343+0000 mgr.smithi038.gyuhij (mgr.14180) 1367 : 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-13T04:36:42.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:42 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:41.845518+0000 mgr.smithi038.gyuhij (mgr.14180) 1368 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:42.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:41.412343+0000 mgr.smithi038.gyuhij (mgr.14180) 1367 : 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-13T04:36:42.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:42 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:41.845518+0000 mgr.smithi038.gyuhij (mgr.14180) 1368 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:42.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:43.681 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:44.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:44 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:43.412815+0000 mgr.smithi038.gyuhij (mgr.14180) 1369 : 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-13T04:36:44.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:44 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:43.412815+0000 mgr.smithi038.gyuhij (mgr.14180) 1369 : 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-13T04:36:45.915 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:45.915 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:46.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:46 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:45.413417+0000 mgr.smithi038.gyuhij (mgr.14180) 1370 : 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-13T04:36:46.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:46 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:45.413417+0000 mgr.smithi038.gyuhij (mgr.14180) 1370 : 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-13T04:36:46.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:47.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:47 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:45.911741+0000 mgr.smithi038.gyuhij (mgr.14180) 1371 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:47.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:47 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:45.911741+0000 mgr.smithi038.gyuhij (mgr.14180) 1371 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:47.888 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:48.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:48 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:47.414074+0000 mgr.smithi038.gyuhij (mgr.14180) 1372 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:48.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:48 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:47.414074+0000 mgr.smithi038.gyuhij (mgr.14180) 1372 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:50.187 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:50.187 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:50.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:50 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:49.414642+0000 mgr.smithi038.gyuhij (mgr.14180) 1373 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:50.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:50.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:50 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:49.414642+0000 mgr.smithi038.gyuhij (mgr.14180) 1373 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:36:51.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:51 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:50.184447+0000 mgr.smithi038.gyuhij (mgr.14180) 1374 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:51.979 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:51.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:51 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:50.184447+0000 mgr.smithi038.gyuhij (mgr.14180) 1374 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:52.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:52 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:51.415207+0000 mgr.smithi038.gyuhij (mgr.14180) 1375 : 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-13T04:36:52.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:52 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:51.415207+0000 mgr.smithi038.gyuhij (mgr.14180) 1375 : 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-13T04:36:54.271 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:54.271 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:54.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:54 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:53.415693+0000 mgr.smithi038.gyuhij (mgr.14180) 1376 : 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-13T04:36:54.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:54 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:53.415693+0000 mgr.smithi038.gyuhij (mgr.14180) 1376 : 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-13T04:36:55.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:55.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:55 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:54.267732+0000 mgr.smithi038.gyuhij (mgr.14180) 1377 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:56.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:55 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:54.267732+0000 mgr.smithi038.gyuhij (mgr.14180) 1377 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:56.086 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:36:56.821 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:56 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:55.416395+0000 mgr.smithi038.gyuhij (mgr.14180) 1378 : 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-13T04:36:56.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:56 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:55.416395+0000 mgr.smithi038.gyuhij (mgr.14180) 1378 : 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-13T04:36:58.512 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:36:58.512 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:36:58.888 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:58 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:57.416876+0000 mgr.smithi038.gyuhij (mgr.14180) 1379 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:58.902 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:58 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:57.416876+0000 mgr.smithi038.gyuhij (mgr.14180) 1379 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:36:59.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:36:59.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:36:59 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:36:58.508631+0000 mgr.smithi038.gyuhij (mgr.14180) 1380 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:36:59.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:36:59 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:36:58.508631+0000 mgr.smithi038.gyuhij (mgr.14180) 1380 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:00.317 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:00.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:00 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:36:59.417417+0000 mgr.smithi038.gyuhij (mgr.14180) 1381 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:00.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:00 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:36:59.417417+0000 mgr.smithi038.gyuhij (mgr.14180) 1381 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:02.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:02 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:01.418088+0000 mgr.smithi038.gyuhij (mgr.14180) 1382 : 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-13T04:37:02.488 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:02.488 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:02.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:02 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:01.418088+0000 mgr.smithi038.gyuhij (mgr.14180) 1382 : 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-13T04:37:03.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:03.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:03 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:02.484406+0000 mgr.smithi038.gyuhij (mgr.14180) 1383 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:03.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:03 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:02.484406+0000 mgr.smithi038.gyuhij (mgr.14180) 1383 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:04.228 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:04.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:04 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:03.418551+0000 mgr.smithi038.gyuhij (mgr.14180) 1384 : 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-13T04:37:04.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:04 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:03.418551+0000 mgr.smithi038.gyuhij (mgr.14180) 1384 : 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-13T04:37:06.435 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:06.435 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:06.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:06 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:05.419151+0000 mgr.smithi038.gyuhij (mgr.14180) 1385 : 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-13T04:37:06.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:06 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:05.419151+0000 mgr.smithi038.gyuhij (mgr.14180) 1385 : 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-13T04:37:07.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:07.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:07 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:06.432031+0000 mgr.smithi038.gyuhij (mgr.14180) 1386 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:07.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:07 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:06.432031+0000 mgr.smithi038.gyuhij (mgr.14180) 1386 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:08.273 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:08.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:08 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:07.419744+0000 mgr.smithi038.gyuhij (mgr.14180) 1387 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:08.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:08 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:07.419744+0000 mgr.smithi038.gyuhij (mgr.14180) 1387 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:10.511 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:10.512 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:27:11.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kszmgl on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:10.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:10 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:09.420482+0000 mgr.smithi038.gyuhij (mgr.14180) 1388 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:10.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:10 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:09.420482+0000 mgr.smithi038.gyuhij (mgr.14180) 1388 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:11.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:11.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:11 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:10.508433+0000 mgr.smithi038.gyuhij (mgr.14180) 1389 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:11.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:11 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:10.508433+0000 mgr.smithi038.gyuhij (mgr.14180) 1389 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:12.209 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:12.822 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:12 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:11.421137+0000 mgr.smithi038.gyuhij (mgr.14180) 1390 : 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-13T04:37:12.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:12 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:11.421137+0000 mgr.smithi038.gyuhij (mgr.14180) 1390 : 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-13T04:37:13.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:37:12.822988+0000 mgr.smithi038.gyuhij (mgr.14180) 1391 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.752 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Traceback (most recent call last): 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: yield (conn, connr) 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: code, '\n'.join(err))) 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:37:12.823188+0000 mgr.smithi038.gyuhij (mgr.14180) 1392 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:12.823561+0000 mon.smithi038 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.gdynki"}]: dispatch 2024-02-13T04:37:13.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:37:12.824131+0000 mgr.smithi038.gyuhij (mgr.14180) 1393 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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-13T04:37:13.755 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.756 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:13 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cephadm 2024-02-13T04:37:12.825554+0000 mgr.smithi038.gyuhij (mgr.14180) 1394 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jiudre on smithi038 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:37:12.822988+0000 mgr.smithi038.gyuhij (mgr.14180) 1391 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Traceback (most recent call last): 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: yield (conn, connr) 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: code, '\n'.join(err))) 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.989 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.990 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:37:13.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:37:12.823188+0000 mgr.smithi038.gyuhij (mgr.14180) 1392 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.991 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:12.823561+0000 mon.smithi038 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.38:0/3057252037' entity='mgr.smithi038.gyuhij' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi192.gdynki"}]: dispatch 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:37:12.824131+0000 mgr.smithi038.gyuhij (mgr.14180) 1393 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: /bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: Deploy daemon haproxy.nfs.foo.smithi192.gdynki ... 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T04:37:13.992 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.993 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:35:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.993 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: stat: stderr time="2024-02-13T04:36:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T04:37:13.993 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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-13T04:37:13.993 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: 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=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:37:13.993 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:13 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cephadm 2024-02-13T04:37:12.825554+0000 mgr.smithi038.gyuhij (mgr.14180) 1394 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jiudre on smithi038 2024-02-13T04:37:14.547 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:14.547 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:37:12.824052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\nDeploy daemon haproxy.nfs.foo.smithi192.gdynki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:35:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:36:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:14.901 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:14 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:13.421757+0000 mgr.smithi038.gyuhij (mgr.14180) 1395 : 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-13T04:37:14.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:14 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:13.421757+0000 mgr.smithi038.gyuhij (mgr.14180) 1395 : 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-13T04:37:15.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:15.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:15 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:14.543511+0000 mgr.smithi038.gyuhij (mgr.14180) 1396 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:16.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:15 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:14.543511+0000 mgr.smithi038.gyuhij (mgr.14180) 1396 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:16.179 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:16.947 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:16 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:15.422491+0000 mgr.smithi038.gyuhij (mgr.14180) 1397 : 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-13T04:37:16.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:16 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:15.422491+0000 mgr.smithi038.gyuhij (mgr.14180) 1397 : 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-13T04:37:18.751 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:18 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:17.423090+0000 mgr.smithi038.gyuhij (mgr.14180) 1398 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:18.779 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:18.779 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:37:12.824052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\nDeploy daemon haproxy.nfs.foo.smithi192.gdynki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:35:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:36:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:18.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:18 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:17.423090+0000 mgr.smithi038.gyuhij (mgr.14180) 1398 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:19.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:19.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:19 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:18.776040+0000 mgr.smithi038.gyuhij (mgr.14180) 1399 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:19.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:19 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:18.776040+0000 mgr.smithi038.gyuhij (mgr.14180) 1399 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:20.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:20.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:20 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:19.423592+0000 mgr.smithi038.gyuhij (mgr.14180) 1400 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:20.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:20 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:19.423592+0000 mgr.smithi038.gyuhij (mgr.14180) 1400 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:37:22.250 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:22 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:21.424070+0000 mgr.smithi038.gyuhij (mgr.14180) 1401 : 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-13T04:37:22.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:22 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:21.424070+0000 mgr.smithi038.gyuhij (mgr.14180) 1401 : 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-13T04:37:22.737 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:22.737 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:37:12.824052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\nDeploy daemon haproxy.nfs.foo.smithi192.gdynki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:35:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:36:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:23.481 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:23 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:22.733160+0000 mgr.smithi038.gyuhij (mgr.14180) 1402 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:23.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:23 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:22.733160+0000 mgr.smithi038.gyuhij (mgr.14180) 1402 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:23.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:24.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:24 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:23.424528+0000 mgr.smithi038.gyuhij (mgr.14180) 1403 : 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-13T04:37:24.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:24 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:23.424528+0000 mgr.smithi038.gyuhij (mgr.14180) 1403 : 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-13T04:37:24.506 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b13a927a-ca24-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:37:26.737 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:26 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:25.425017+0000 mgr.smithi038.gyuhij (mgr.14180) 1404 : 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-13T04:37:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:26 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:25.425017+0000 mgr.smithi038.gyuhij (mgr.14180) 1404 : 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-13T04:37:26.815 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-13T04:37:26.815 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T04:06:12.662759Z", "last_refresh": "2024-02-13T04:34:43.074312Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T04:06:06.318007Z", "last_refresh": "2024-02-13T04:34:36.658158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T04:06:09.935110Z", "last_refresh": "2024-02-13T04:34:43.074447Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:31:04.565895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.dcntzz on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-dcntzz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.dcntzz\nDeploy daemon haproxy.nfs.foo.smithi192.dcntzz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:29:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:29:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:30:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.306755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pnhixn on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi038-pnhixn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi038.pnhixn\nDeploy daemon haproxy.nfs.foo.smithi038.pnhixn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:31:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:32:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:33:34.308039Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi192.euyoek on smithi192: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:33:34.309047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.kpqfjb on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:37:12.824052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi192.gdynki on smithi192: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi192-gdynki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\n/bin/podman: stderr Error: no such container ceph-b13a927a-ca24-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi192.gdynki\nDeploy daemon haproxy.nfs.foo.smithi192.gdynki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T04:35:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T04:36:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi192 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-02-13T04:11:41.839790Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-02-13T04:11:36.621541Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T04:11:36.617825Z", "last_refresh": "2024-02-13T04:34:36.658849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T04:06:04.621301Z", "last_refresh": "2024-02-13T04:34:36.658340Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:07:22.114513Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T04:07:22.111370Z", "last_refresh": "2024-02-13T04:34:36.658425Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T04:11:41.838472Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-13T04:11:41.833893Z", "last_refresh": "2024-02-13T04:34:43.074953Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T04:06:11.245408Z", "last_refresh": "2024-02-13T04:34:36.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T04:08:07.307665Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T04:08:07.302891Z", "last_refresh": "2024-02-13T04:34:36.658571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T04:06:08.532259Z", "last_refresh": "2024-02-13T04:34:43.074574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T04:37:27.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:37:27.664 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_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/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-13T04:37:27.933 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f704f1a035d944a2ae7776115654d9a6 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_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/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-13T04:37:27.935 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-13T04:37:27.944 INFO:tasks.vip:Removing 10.0.15.38 (and any VIPs) on smithi038.front.sepia.ceph.com iface ens1f0... 2024-02-13T04:37:27.944 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.15.38/16 dev ens1f0 2024-02-13T04:37:27.948 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:27 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: audit 2024-02-13T04:37:26.812142+0000 mgr.smithi038.gyuhij (mgr.14180) 1405 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:27.986 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.31.38/16 dev ens1f0 2024-02-13T04:37:27.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:27 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: audit 2024-02-13T04:37:26.812142+0000 mgr.smithi038.gyuhij (mgr.14180) 1405 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:37:28.057 INFO:teuthology.orchestra.run.smithi038.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T04:37:28.058 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T04:37:28.058 INFO:tasks.vip:Removing 10.0.15.192 (and any VIPs) on smithi192.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T04:37:28.059 DEBUG:teuthology.orchestra.run.smithi192:> sudo ip addr del 10.0.15.192/16 dev enp3s0f1 2024-02-13T04:37:28.098 DEBUG:teuthology.orchestra.run.smithi192:> sudo ip addr del 10.0.31.38/16 dev enp3s0f1 2024-02-13T04:37:28.169 INFO:teuthology.orchestra.run.smithi192.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T04:37:28.170 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T04:37:28.171 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-13T04:37:28.180 INFO:tasks.cephadm:Teardown begin 2024-02-13T04:37:28.180 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:37:28.214 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:37:28.244 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-13T04:37:28.244 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T04:37:28.275 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T04:37:28.302 INFO:tasks.cephadm:Stopping all daemons... 2024-02-13T04:37:28.302 INFO:tasks.cephadm.mon.smithi038:Stopping mon.smithi038... 2024-02-13T04:37:28.303 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038 2024-02-13T04:37:28.627 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:28 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for b13a927a-ca24-11ee-95b9-87774f69a715... 2024-02-13T04:37:28.627 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:28 smithi038 bash[157108]: Error: no container with name or ID "ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon.smithi038" found: no such container 2024-02-13T04:37:28.627 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: cluster 2024-02-13T04:37:27.425722+0000 mgr.smithi038.gyuhij (mgr.14180) 1406 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:28.627 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:37:28.626+0000 7f226ab72700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi038 -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-13T04:37:28.889 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:28 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: cluster 2024-02-13T04:37:27.425722+0000 mgr.smithi038.gyuhij (mgr.14180) 1406 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:37:28.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:28 smithi038 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038[35909]: debug 2024-02-13T04:37:28.626+0000 7f226ab72700 -1 mon.smithi038@0(leader) e2 *** Got Signal Terminated *** 2024-02-13T04:37:29.500 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 13 04:37:29 smithi038 bash[157149]: ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi038 2024-02-13T04:37:29.638 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi038.service' 2024-02-13T04:37:29.686 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T04:37:29.686 INFO:tasks.cephadm.mon.smithi038:Stopped mon.smithi038 2024-02-13T04:37:29.686 INFO:tasks.cephadm.mon.smithi192:Stopping mon.smithi192... 2024-02-13T04:37:29.687 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi192 2024-02-13T04:37:29.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:29 smithi192 systemd[1]: Stopping Ceph mon.smithi192 for b13a927a-ca24-11ee-95b9-87774f69a715... 2024-02-13T04:37:29.988 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:29 smithi192 bash[62322]: Error: no container with name or ID "ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon.smithi192" found: no such container 2024-02-13T04:37:30.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: debug 2024-02-13T04:37:30.046+0000 7f26aa403700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi192 -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-13T04:37:30.487 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:30 smithi192 ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192[39999]: debug 2024-02-13T04:37:30.046+0000 7f26aa403700 -1 mon.smithi192@1(peon) e2 *** Got Signal Terminated *** 2024-02-13T04:37:30.987 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Feb 13 04:37:30 smithi192 bash[62363]: ceph-b13a927a-ca24-11ee-95b9-87774f69a715-mon-smithi192 2024-02-13T04:37:31.173 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b13a927a-ca24-11ee-95b9-87774f69a715@mon.smithi192.service' 2024-02-13T04:37:31.220 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T04:37:31.221 INFO:tasks.cephadm.mon.smithi192:Stopped mon.smithi192 2024-02-13T04:37:31.221 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b13a927a-ca24-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T04:40:38.947 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b13a927a-ca24-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T04:41:20.556 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:41:20.595 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:41:20.626 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-13T04:41:20.628 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/ubuntu@smithi038.front.sepia.ceph.com/crash 2024-02-13T04:41:20.629 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash -- . 2024-02-13T04:41:20.671 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T04:41:20.671 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2024-02-13T04:41:20.673 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/ubuntu@smithi192.front.sepia.ceph.com/crash 2024-02-13T04:41:20.674 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash -- . 2024-02-13T04:41:20.706 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T04:41:20.706 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-02-13T04:41:20.707 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-13T04:41:20.707 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T04:41:20.744 INFO:teuthology.orchestra.run.smithi038.stdout:2024-02-13T04:16:54.736916+0000 mon.smithi038 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:41:20.745 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-13T04:41:20.745 INFO:tasks.cephadm:Compressing logs... 2024-02-13T04:41:20.745 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:41:20.787 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:41:20.813 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-13T04:41:20.813 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T04:41:20.814 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi192.log 2024-02-13T04:41:20.814 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-13T04:41:20.815 INFO:teuthology.orchestra.run.smithi038.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T04:41:20.815 INFO:teuthology.orchestra.run.smithi038.stderr:: No such file or directory 2024-02-13T04:41:20.815 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T04:41:20.815 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T04:41:20.816 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi192.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-13T04:41:20.816 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T04:41:20.817 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi038.log 2024-02-13T04:41:20.817 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T04:41:20.817 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi038.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T04:41:20.818 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-13T04:41:20.818 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T04:41:20.819 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-13T04:41:20.819 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.0.log: 95.8% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T04:41:20.819 INFO:teuthology.orchestra.run.smithi192.stderr: 91.8% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T04:41:20.819 INFO:teuthology.orchestra.run.smithi192.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T04:41:20.820 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-13T04:41:20.820 INFO:teuthology.orchestra.run.smithi038.stderr: 95.5% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T04:41:20.820 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi038.gyuhij.log 2024-02-13T04:41:20.820 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.7.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi038.gyuhij.log: 91.6% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T04:41:20.820 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log 2024-02-13T04:41:20.821 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi192.evqltq.log 2024-02-13T04:41:20.821 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log 2024-02-13T04:41:20.823 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log: 91.0% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T04:41:20.823 INFO:teuthology.orchestra.run.smithi038.stderr: 92.6% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T04:41:20.823 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-13T04:41:20.823 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi192.evqltq.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T04:41:20.824 INFO:teuthology.orchestra.run.smithi192.stderr: 91.1% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T04:41:20.824 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-13T04:41:20.824 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi192.ldzptr.log 2024-02-13T04:41:20.824 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-13T04:41:20.826 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.4.log: /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi192.ldzptr.log: 87.8% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi192.ldzptr.log.gz 2024-02-13T04:41:20.827 INFO:teuthology.orchestra.run.smithi192.stderr: 93.5% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi192.evqltq.log.gz 2024-02-13T04:41:20.827 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi038.tafjft.log 2024-02-13T04:41:20.828 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi038.tafjft.log: 59.9% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi038.tafjft.log.gz 2024-02-13T04:41:20.852 INFO:teuthology.orchestra.run.smithi038.stderr: 94.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T04:41:21.112 INFO:teuthology.orchestra.run.smithi192.stderr: 92.2% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi192.log.gz 2024-02-13T04:41:21.167 INFO:teuthology.orchestra.run.smithi038.stderr: 89.4% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mgr.smithi038.gyuhij.log.gz 2024-02-13T04:41:21.294 INFO:teuthology.orchestra.run.smithi192.stderr: 93.1% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-13T04:41:21.330 INFO:teuthology.orchestra.run.smithi192.stderr: 93.0% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-13T04:41:21.387 INFO:teuthology.orchestra.run.smithi038.stderr: 93.2% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-13T04:41:21.440 INFO:teuthology.orchestra.run.smithi038.stderr: 93.0% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-13T04:41:21.533 INFO:teuthology.orchestra.run.smithi038.stderr: 93.0% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-13T04:41:21.540 INFO:teuthology.orchestra.run.smithi192.stderr: 92.9% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-13T04:41:21.549 INFO:teuthology.orchestra.run.smithi192.stderr: 93.1% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-13T04:41:21.551 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-02-13T04:41:21.551 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.748s 2024-02-13T04:41:21.552 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m2.679s 2024-02-13T04:41:21.552 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.113s 2024-02-13T04:41:21.646 INFO:teuthology.orchestra.run.smithi038.stderr: 90.0% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-mon.smithi038.log.gz 2024-02-13T04:41:21.690 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/b13a927a-ca24-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-13T04:41:21.692 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-13T04:41:21.692 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m0.888s 2024-02-13T04:41:21.692 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m3.873s 2024-02-13T04:41:21.692 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.149s 2024-02-13T04:41:21.692 INFO:tasks.cephadm:Archiving logs... 2024-02-13T04:41:21.693 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/ubuntu@smithi038.front.sepia.ceph.com/log 2024-02-13T04:41:21.694 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T04:41:22.301 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/ubuntu@smithi192.front.sepia.ceph.com/log 2024-02-13T04:41:22.301 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T04:41:22.721 INFO:tasks.cephadm:Removing cluster... 2024-02-13T04:41:22.722 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b13a927a-ca24-11ee-95b9-87774f69a715 --force 2024-02-13T04:41:23.114 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b13a927a-ca24-11ee-95b9-87774f69a715 --force 2024-02-13T04:41:23.484 INFO:tasks.cephadm:Removing cephadm ... 2024-02-13T04:41:23.484 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T04:41:23.503 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T04:41:23.521 INFO:tasks.cephadm:Teardown complete 2024-02-13T04:41:23.521 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-13T04:41:23.533 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-02-13T04:41:23.533 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_1 2024-02-13T04:41:23.675 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T04:41:23.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:23.677 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-02-13T04:41:23.677 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_2 2024-02-13T04:41:23.802 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T04:41:23.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:23.804 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-02-13T04:41:23.804 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_3 2024-02-13T04:41:23.927 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T04:41:23.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:23.928 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-02-13T04:41:23.929 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_4 2024-02-13T04:41:24.059 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T04:41:24.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.061 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-13T04:41:24.061 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-02-13T04:41:24.089 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_1... 2024-02-13T04:41:24.089 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_1 2024-02-13T04:41:24.214 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T04:41:24.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.216 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_2... 2024-02-13T04:41:24.217 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_2 2024-02-13T04:41:24.336 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T04:41:24.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.338 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_3... 2024-02-13T04:41:24.338 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_3 2024-02-13T04:41:24.459 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T04:41:24.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.461 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi192:/dev/vg_nvme/lv_4... 2024-02-13T04:41:24.461 DEBUG:teuthology.orchestra.run.smithi192:> sudo nvme disconnect -n lv_4 2024-02-13T04:41:24.584 INFO:teuthology.orchestra.run.smithi192.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T04:41:24.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.585 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-02-13T04:41:24.585 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/scratch_devs 2024-02-13T04:41:24.611 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-13T04:41:24.622 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-13T04:41:24.622 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T04:41:24.625 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T04:41:24.641 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2024-02-13T04:41:24.646 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T04:41:24.646 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-02-13T04:41:24.646 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 95 -37us[ -30us] +/- 93ms 2024-02-13T04:41:24.646 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -532us[ -527us] +/- 60ms 2024-02-13T04:41:24.646 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 +933us[ +933us] +/- 90ms 2024-02-13T04:41:24.647 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:41:24.669 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 -126us[ -105us] +/- 79ms 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -594us[ -574us] +/- 60ms 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 27 +896us[ +917us] +/- 90ms 2024-02-13T04:41:24.675 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T04:41:24.676 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-13T04:41:24.686 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-13T04:41:24.687 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-13T04:41:24.697 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:41:24.774 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:41:24.835 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:41:24.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.867 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:41:24.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:24.896 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-13T04:41:24.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-13T04:41:24.917 INFO:teuthology.task.internal:Duration was 2724.144444 seconds 2024-02-13T04:41:24.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-13T04:41:24.928 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-13T04:41:24.928 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T04:41:24.930 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T04:41:24.977 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T04:41:24.983 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T04:41:25.250 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-13T04:41:25.250 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-02-13T04:41:25.250 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:41:25.274 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-02-13T04:41:25.274 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:41:25.297 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-13T04:41:25.299 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T04:41:25.316 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T04:41:25.392 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-13T04:41:25.392 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T04:41:25.394 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T04:41:25.551 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-13T04:41:25.563 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-13T04:41:25.563 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T04:41:25.592 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T04:41:25.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-13T04:41:25.669 DEBUG:teuthology.orchestra.run.smithi038:> 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-13T04:41:25.671 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T04:41:25.697 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-02-13T04:41:25.698 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-02-13T04:41:25.755 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T04:41:25.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:25.797 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T04:41:25.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:41:25.814 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-13T04:41:25.825 INFO:teuthology.task.internal:Transferring archived files... 2024-02-13T04:41:25.826 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/smithi038 2024-02-13T04:41:25.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T04:41:25.884 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200/remote/smithi192 2024-02-13T04:41:25.885 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T04:41:25.927 INFO:teuthology.task.internal:Removing archive directory... 2024-02-13T04:41:25.927 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T04:41:25.930 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T04:41:25.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-13T04:41:25.991 INFO:teuthology.task.internal:Not uploading archives. 2024-02-13T04:41:25.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-13T04:41:26.001 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-13T04:41:26.001 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T04:41:26.004 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T04:41:26.019 INFO:teuthology.orchestra.run.smithi038.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 04:41 /home/ubuntu/cephtest 2024-02-13T04:41:26.036 INFO:teuthology.orchestra.run.smithi192.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 04:41 /home/ubuntu/cephtest 2024-02-13T04:41:26.037 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-13T04:41:26.047 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-13T04:41:26.067 INFO:teuthology.nuke:Checking targets against current locks 2024-02-13T04:41:26.092 DEBUG:teuthology.nuke:shortname: smithi038 2024-02-13T04:41:26.092 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T04:41:26.115 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200', '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-13 03:47:23.585664', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFcL7ArSb/7JZqFSkBzR5K9LFFyRhFdso+84cHp2oT+xazK/Fd/asBaAREghZ9Bvogoh4thErJ73r2y08J73HDs='} 2024-02-13T04:41:26.115 DEBUG:teuthology.nuke:shortname: smithi192 2024-02-13T04:41:26.116 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T04:41:26.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557200', '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-13 03:47:23.584325', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIMdRdNNGzsNMETiLPc17l92jGRCougoUtUJbl+bsxeOdy6tIdTJl2r2TRoXo5N8wmZEYqvUhlc3+CVpcXmJVNM='} 2024-02-13T04:41:26.171 INFO:teuthology.orchestra.console.smithi038:Power off 2024-02-13T04:41:26.172 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T04:41:26.196 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-02-13T04:41:26.197 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:26.211 INFO:teuthology.orchestra.console.smithi192:Power off 2024-02-13T04:41:26.211 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T04:41:26.221 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-02-13T04:41:26.235 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-02-13T04:41:26.235 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:26.256 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-02-13T04:41:30.222 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:30.257 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:30.332 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-02-13T04:41:30.366 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-02-13T04:41:34.336 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:34.367 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:34.446 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-02-13T04:41:34.476 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-02-13T04:41:34.547 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-02-13T04:41:38.480 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:41:38.590 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-02-13T04:41:38.691 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-02-13T04:41:38.795 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: 2724.1444442272186 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f704f1a035d944a2ae7776115654d9a6 status: fail success: false 2024-02-13T04:41:38.795 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T04:41:38.869 INFO:teuthology.run:FAIL